https://issues.apache.org/bugzilla/show_bug.cgi?id=50285
Summary: Standard HTTP and AJP connectors silently ignore
attribute typos
Product: Tomcat Connectors
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: Common
AssignedTo: [email protected]
ReportedBy: [email protected]
If I specify (fat-finger) bogus attributes on a connector with protocol
org.apache.coyote.http11.Http11Protocol or org.apache.jk.server.JkCoyoteHandler
(which are the common defaults for HTTP/1.1 and AJP/1.3), I don't get any
warning about the problem in the log at any logging level; they're just
ignored.
If using other connector implementations, e.g.
org.apache.coyote.http11.Http11NioProtocol or
org.apache.coyote.ajp.AjpProtocol, I get a warning like:
WARNING org.apache.catalina.startup.SetAllPropertiesRule.begin
[SetAllPropertiesRule]{Server/Service/Connector} Setting property 'bogus' to
'1' did not find a matching property.
Please enhance the standard connectors to warn similarly.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]