-
Bug
-
Resolution: Duplicate
-
Major
-
Beta 8
-
None
-
None
When using one of the characters '@', '+', '&' in URL paths (e.g. http://localhost:8080/rest/test/user/@create)
the following exception is thrown:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1768)
at org.jboss.resteasy.specimpl.UriInfoImpl.<init>(UriInfoImpl.java:95)
at org.jboss.resteasy.plugins.server.servlet.ServletUtil.extractUriInfo(ServletUtil.java:62)
- duplicates
-
RESTEASY-137 Exception thrown when REST URLs contain + or @
- Closed