DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40151>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40151
------- Additional Comments From damon@mahuika.co.nz 2006-09-18 10:38 -------
The following suggestion doesn't work for me:
<LocationMatch "/.*;jsessionid=.*">
JkMount motorweb
</LocationMatch>
The hack that involves a RewriteRule isn't really suitable as I need the
sessions in these pages.
The following suggestion is working fine:
<LocationMatch "/.*;jsessionid=.*">
SetHandler jakarta-servlet
</LocationMatch>
I'm happy for this issue to be closed if an enhancement is opened for mod_jk to
perform something similar as suggested by David Rees.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|