-
Bug
-
Resolution: Done
-
Major
-
4.5.6.Final
-
None
I'm getting `RESTEASY003870: Unable to extract parameter from http request: javax.ws.rs.QueryParam("paging") value is {1} for public java.lang.Integer org.acme.UsersResource.page(java.lang.Integer)` with latest Quarkus 1.7.0.CR2 / RESTEasy 4.5.6.Final
The problem is that I get {1} instead of the value of provided parameter
I don't see this on Quarkus 1.3.4.Final / RESTEasy 4.5.3.Final, I spotted the issue when using https://github.com/gastaldi/resteasy-xss and playing with different versions
This regression was probably introduced by change in https://github.com/resteasy/Resteasy/pull/1873#event-2179324454