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:54:43 UTC

[tomcat] branch 8.5.x updated: Javadoc improvements

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

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new d6000ef  Javadoc improvements
d6000ef is described below

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

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

diff --git a/java/org/apache/catalina/connector/Connector.java b/java/org/apache/catalina/connector/Connector.java
index c248c0c..2dc4119 100644
--- a/java/org/apache/catalina/connector/Connector.java
+++ b/java/org/apache/catalina/connector/Connector.java
@@ -130,7 +130,7 @@ public class Connector extends LifecycleMBeanBase  {
     protected boolean enableLookups = false;
 
 
-    /*
+    /**
      * Is generation of X-Powered-By response header enabled/disabled?
      */
     protected boolean xpoweredBy = false;
@@ -276,9 +276,15 @@ public class Connector extends LifecycleMBeanBase  {
     protected String URIEncodingLower = 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