Re: Non standard url parameter -- when jsessionid appended [SOLVED]

2007-03-05 Thread Eric Rank
Thanks Chris, You're right! I did run into that exact same problem. I can add a third solution to the ones you offer. The struts 2 url tag has an "encode" attribute. When you do: The jsessionid is omitted from the generated path. However, this should be used with care, because it remov

Re: Non standard url parameter -- when jsessionid appended [SOLVED]

2007-03-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric, Eric Rank wrote: > Solved this problem. > > By setting the DefaultType directive to "text/html" in Apache's > httpd.conf, the pages with urls containing the appended ";jsessionid" > display as html, not plain text. > > I should have thought of

Re: Non standard url parameter -- when jsessionid appended [SOLVED]

2007-03-05 Thread Eric Rank
Solved this problem. By setting the DefaultType directive to "text/html" in Apache's httpd.conf, the pages with urls containing the appended ";jsessionid" display as html, not plain text. I should have thought of that before :-) Thanks Eric. On Mar 5, 2007, at 2:32 PM, Eric Rank wrote: