You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/07/03 06:40:00 UTC

[tomcat] 04/05: Copy improved Javadoc from 8.5.x

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

commit b84411a48e2ad1b655e64d6592f60c77669bbc2d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 2 20:55:17 2019 +0100

    Copy improved Javadoc from 8.5.x
---
 test/org/apache/catalina/startup/TesterServletEncodeUrl.java | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/org/apache/catalina/startup/TesterServletEncodeUrl.java b/test/org/apache/catalina/startup/TesterServletEncodeUrl.java
index 3f09404..895e5bb 100644
--- a/test/org/apache/catalina/startup/TesterServletEncodeUrl.java
+++ b/test/org/apache/catalina/startup/TesterServletEncodeUrl.java
@@ -32,6 +32,13 @@ public class TesterServletEncodeUrl extends HttpServlet {
 
     private static final long serialVersionUID = 1L;
 
+    /**
+     * Almost minimal processing for a servlet.
+     * <p>
+     * The request parameter <code>nextUrl</code> specifies the url to which the
+     * caller would like to go next. If supplied, put an encoded url into the
+     * returned html page as a hyperlink.
+     */
     @Override
     protected void doGet(HttpServletRequest req, HttpServletResponse resp)
             throws ServletException, IOException {


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