You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Igor I. Tovstopyat-Nelip" <it...@euch4e.chem.emory.edu> on 2003/01/21 19:21:57 UTC

encodeURL problem

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>