Darren Foltinek wrote:

The web application, running on Tomcat and built using Tapestry, is generating URLs that look like this:
/my/app;jsessionid=DE3B35431CCEB6ACE0D398A198A8870C
         ^

This is not a valid URL - I suspect Apache is seeing either the ";", or the "=", and ignoring the request on that basis.

The URL should be /my/app?jessionid=BLAH

Regards,
Graham
--



Reply via email to