-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kamal,

Kamal wrote:
> I am running two web apps (one in Tomcat 5.0.30 and another in Tomcat
> 5.5). The app running in Tomcat 5.0.30 calls the app in Tomcat 5.5
> (uses Form Authentication ).  We have a JSP page in Tomcat 5.0.30 app
> that authenticates  and generates the jsessionid for the app running
> in Tomcat 5.5.25.
> 
> Once the jsessionid is obtained, the JSP page in Tomcat 5.0.30 calls
> the other app (in tomcat 5.5.25) using the authenticated jsessionid.
> Now, we have a filter that intercepts the request from Tomcat 5.0.30
> which receives the querystring as null

How, specifically, are you calling the JSP? URLConnection? commons-net?
Something else? Post some code so we can see. I suspect you are not
copying the query string from the incoming request to the outgoing
request (to the other webapp).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjJOpYACgkQ9CaO5/Lv0PBzJgCfWRdpuzUnyWT1foCkIJJ1TsZ3
MjAAn3HCwjz1lFZPc/g1pASrWkLgK58J
=YIm1
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to