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=41213>.
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=41213





------- Additional Comments From [EMAIL PROTECTED]  2006-12-22 01:36 -------
Hi,

I tried a URL encoded session id with mod_jk/1.2.20 and Apache 2.0.58 and it did
work. I believe the decoding already happens inside apache, before passing the
request to mod_jk, and it should work with older versions too. Please increase
your JkLogLevel to debug and compare the result on a URL encoded request with
the following log output:

[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (569): Removing Session path
';jsessionid=5A83896B1E0B44C6FEB0E912C5EEF25A.w-1' URI '/session.jsp'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (575): Attempting to map URI
'/session.jsp;jsessionid=5A83896B1E0B44C6FEB0E912C5EEF25A.w-1' from 6 maps
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/jsp-examples/*=lb' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/modjk/*=w-1' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/jsp-examples=lb' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/jkstatus2=status2' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/*.jsp=lb' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (602): Found a wildchar match '/*.jsp=lb'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] jk_handler::mod_jk.c (1999):
Into handler jakarta-servlet worker=lb r->proxyreq=0
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
wc_get_worker_for_name::jk_worker.c (114): found a worker lb
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] wc_maintain::jk_worker.c (321):
Maintaining worker w-1
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] wc_maintain::jk_worker.c (321):
Maintaining worker lb
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
maintain_workers::jk_lb_worker.c (509): decay with 2^2
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
wc_get_name_for_type::jk_worker.c (290): Found worker type 'lb'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] init_ws_service::mod_jk.c
(584): Service protocol=HTTP/1.1 method=GET host=(null) addr=127.0.0.1
name=localhost port=8080 auth=(null) user=(null) laddr=127.0.0.1 raddr=127.0.0.1
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] service::jk_lb_worker.c (840):
service sticky_session=1 id='5A83896B1E0B44C6FEB0E912C5EEF25A.w-1'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] service::jk_lb_worker.c (860):
service worker=w-2 route=w-2

If you think, it's a mod_jk bug, we need the relevant parts of your web serer
config, your mod_jk config and the version and platform information.



-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to