Re: Forwarding URL with semicolon
Graham Leggett <[email protected]> Thu, 30 Oct 2003 13:31:54 +0200
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
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
--