Re: Automatic URL-Encoding (sessionID)

2001-04-11 Thread Jason Kary
Hi, We're having an issue where our application is consuming large amounts of CPU even after the servlet has complete. I am unsure how to debug this issue. My thought is to use JDB in some way to print thread lists and object lists. I've set the following TOMCAT_OPTS="-Xdebug -Xrunjdwp:transpo

AW: Automatic URL-Encoding (sessionID)

2001-04-11 Thread Ralph Einfeldt
encoding on any link like mailto:[EMAIL PROTECTED]] > Gesendet: Sonntag, 11. März 2001 16:21 > An: [EMAIL PROTECTED] > Betreff: Automatic URL-Encoding (sessionID) > > > Hi, > > is it possible to configure tomcat, that sessionIDs are automatically > encoded into

Automatic URL-Encoding (sessionID)

2001-04-11 Thread Martin Lilienthal
Hi, is it possible to configure tomcat, that sessionIDs are automatically encoded into _every_ URL in JSPs without doing <%=response.encodeURL("/context/page.jsp")%>? Thanks in advance Martin Lilienthal