Hi, I developed an app which is heavily relied upon session tracking. It works good and robust without doing URL rewriting, i.e. without pushing all emitted URL's through HttpServletResponse.encodeURL() method.
As soon as I start filtering URL's through the encodeURL(), my app breaks. It starts giving me NullPointerException's at runtime the source of which I wasn't able to track down so far. Can anybody suggest what might be the problem? I'm using Tomcat-4.1-18 and IE5 as a client. Thank you. Igor TN -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
