Frederic Mbea

Results 21 comments of Frederic Mbea

I tried to reproduce the issue with Node16.x, but the error doesn't show up. I also tried with the java 11, then python 3.9 runtimes just to be very sure,...

The build fails because the V4 of Java-events is not released yet.

Not getting any error when running `mvn release:prepare -DdryRun=true`. @deki does the release build still fail on your side?

I updated in `maven-archetype-plugin`' to 3.2.1 in `aws-serverless-jersey-archetype/pom.xml`, `aws-serverless-spring-archetype/pom.xml` and `aws-serverless-springboot3-archetype/pom.xml`. I'm not getting any error. Is there anything else I can do to reproduce?

Hi @jjuncho. Could you provide an example of a path with an encoded value? We use the Jackson library to deserialize the Json from the input stream into a request...

@jjuncho Not yet. I'm actively working on it. One question: Is /path?query=%25encoded%24 a good example path to reproduce the issue? That's what I used, I just want to make sure.

@jjuncho I found what the issue is and I'm working to solve it. But first I would like to confirm the behavior you're looking to get. Do you expect /path/%25encoded%25/smth...