You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/05/08 08:48:51 UTC

[tomcat] branch master updated: Javadoc improvements

This is an automated email from the ASF dual-hosted git repository.

remm 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 6cc1ce2  Javadoc improvements
6cc1ce2 is described below

commit 6cc1ce21f0d8afd8c9e55d9bdde97c04efa7a956
Author: remm <re...@apache.org>
AuthorDate: Fri May 8 10:48:30 2020 +0200

    Javadoc improvements
---
 java/org/apache/catalina/connector/Connector.java | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/Connector.java b/java/org/apache/catalina/connector/Connector.java
index e941291..c35c4cf 100644
--- a/java/org/apache/catalina/connector/Connector.java
+++ b/java/org/apache/catalina/connector/Connector.java
@@ -149,7 +149,8 @@ public class Connector extends LifecycleMBeanBase  {
      */
     protected boolean enforceEncodingInGetWriter = true;
 
-    /*
+
+    /**
      * Is generation of X-Powered-By response header enabled/disabled?
      */
     protected boolean xpoweredBy = false;
@@ -278,9 +279,15 @@ public class Connector extends LifecycleMBeanBase  {
     protected Adapter adapter = null;
 
 
+    /**
+     * The URI encoding in use.
+     */
     private Charset uriCharset = StandardCharsets.UTF_8;
 
 
+    /**
+     * The behavior when an encoded solidus (slash) is submitted.
+     */
     private EncodedSolidusHandling encodedSolidusHandling = EncodedSolidusHandling.REJECT;
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org