-
Bug
-
Resolution: Done
-
Major
-
3.0.11.Final
-
None
- org.jboss.resteasy.spi.ResteasyUriInfo is instantiated as part of the request handling by rest easy.
- while profiling using your kit, 20% of the time is spent on this single call.
- the request URL are of the form: http://hostname/path1_4char_string/path2_8digit_int
for a simple request URL, this is way too much time spent on one single instantiation