You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also with org.ocpsoft.rewrite.servlet.impl.DefaultHttpRewriteProvider.rewriteHttp(HttpServletRewrite)
ceefour
changed the title
URLBuilder.decodeSegment taking much CPU time?
URLBuilder.decodeSegment / DefaultHttpRewriteProvider.rewriteHttp taking much CPU time?
Jun 22, 2015
Hmmm. AFAIK URLBuilder is deprecated. It still uses java.net.URI for URL decoding. I already reimplemented the decoding in AdressBuilder. Actually we should get rid of URLBuilder in favor of AddressBuilder. But IIRC there were some test failures the last time I tried to remove it.
I was surprised when I see this in Java Mission Control (see attachment)
Cc @rudiw
The text was updated successfully, but these errors were encountered: