This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 5a2b704 Remove confusing comment
5a2b704 is described below
commit 5a2b7044c794dfa989e41685d2806e4a77f90fe1
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jun 28 22:22:36 2019 +0100
Remove confusing comment
---
java/org/apache/catalina/connector/CoyoteAdapter.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/org/apache/catalina/connector/CoyoteAdapter.java
b/java/org/apache/catalina/connector/CoyoteAdapter.java
index de572e6..c996803 100644
--- a/java/org/apache/catalina/connector/CoyoteAdapter.java
+++ b/java/org/apache/catalina/connector/CoyoteAdapter.java
@@ -609,7 +609,6 @@ public class CoyoteAdapter implements Adapter {
if (connector.getAllowTrace()) {
allow.append(", TRACE");
}
- // Always allow options
res.setHeader("Allow", allow.toString());
// Access log entry as processing won't reach AccessLogValve
connector.getService().getContainer().logAccess(request,
response, 0, true);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]