https://issues.apache.org/bugzilla/show_bug.cgi?id=57405
Bug ID: 57405
Summary: Don't warn about invalid URI if URI is "*"
Product: Tomcat Connectors
Version: 1.2.40
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: minor
Priority: P2
Component: mod_jk
Assignee: [email protected]
Reporter: [email protected]
>From an old complaint that is still plaguing us 4 years later:
http://markmail.org/thread/o3iiojm427tmfssd
Certain software and/or hardware probe for availability using a request like
this:
OPTIONS * HTTP/1.1
When mod_jk checks to see if this is a URI to handle, it complains with a
WARN-level message in mod_jk.log:
[Tue Dec 30 14:33:27.141 2014] [17353:140224749586432] [warn]
map_uri_to_worker_ext::jk_uri_worker_map.c (1096): Uri * is invalid. Uri must
start with /
Since this is
a) A valid URI / request
b) Not one to be handled by mod_jk
therefore mod_jk should not complain.
As a corollary, it ought to be possible to "JkMount *" or something similar so
that "OPTIONS *" requests can be forwarded to Tomcat explicitly.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]