Re: url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-07 Thread Jerome Lacoste
On Sun, 2004-12-05 at 23:00 +0100, Jerome Lacoste wrote: > On Sun, 2004-12-05 at 21:15 +0100, Mark Lowe wrote: > > Thats strange, it must think its a url. You your its not c:url rather > > than c:out? Or is there something with the c:out variable name also > > defined in the same page? > > Mark, >

Re: url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-05 Thread Jerome Lacoste
On Sun, 2004-12-05 at 21:15 +0100, Mark Lowe wrote: > Thats strange, it must think its a url. You your its not c:url rather > than c:out? Or is there something with the c:out variable name also > defined in the same page? Mark, shame shame shame on me. I was looking at the wrong jsp. Both have a

Re: url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-05 Thread Jerome Lacoste
On Sun, 2004-12-05 at 18:51 +0100, Mark Lowe wrote: > Its a general container thing.. Thanks for your help. Question: - why do I get jsessionid appended to text ? Look at the attachment. The message is generated with a tag and the jsessionid is appended to it! > Choices. > > 1. You can use re

Re: url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-05 Thread Mark Lowe
Sorry I forgot. urlrewrite will give you a ready made configureable filter that could do what you want. http://tuckey.org/urlrewrite/ On Sun, 5 Dec 2004 18:51:15 +0100, Mark Lowe <[EMAIL PROTECTED]> wrote: > Its a general container thing.. > > Choices. > > 1. You can use relative links for im

Re: url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-05 Thread Mark Lowe
Its a general container thing.. Choices. 1. You can use relative links for images and such like () 2. Write a filter that strips the session id off any request that isn't a .jsp,servlet or .do or whatever you need the session ids for. 3. use mod_rewrite and strip the session id's off that way (h

url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-05 Thread Jerome Lacoste
Hi, Yesterday I had a rewriting problem on a tomcat server hosting one of my applications. When one went for the first time on a page of the app, the resulting page was rewritten in a way that broke the application: many ;jsessionid= were appended, not only to the URLs but also to some plain