RE: communication from jsp to valve

2005-01-12 Thread Paul Moore
11, 2005 1:32 PM To: tomcat-dev@jakarta.apache.org Subject: communication from jsp to valve I have a valve that does various valve type things, mess with requests, twiddle cookies, etc. I need a JSP to be able to communicate with the valve (generate URLS based on the result of some of the twiddling

communication from jsp to valve

2005-01-11 Thread Paul Moore
I have a valve that does various valve type things, mess with requests, twiddle cookies, etc. I need a JSP to be able to communicate with the valve (generate URLS based on the result of some of the twiddling for example). The class loaders are doing their best to stonewall me. I have tried putting