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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 7c8f5f53a2 HTTP methods are case sensitive and the standard ones are 
all upper case
7c8f5f53a2 is described below

commit 7c8f5f53a24460974edcbf906782071dbd6fffac
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 11 15:07:14 2025 +0100

    HTTP methods are case sensitive and the standard ones are all upper case
---
 webapps/manager/WEB-INF/jsp/connectorCerts.jsp        | 2 +-
 webapps/manager/WEB-INF/jsp/connectorCiphers.jsp      | 2 +-
 webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp | 2 +-
 webapps/manager/WEB-INF/jsp/sessionsList.jsp          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/webapps/manager/WEB-INF/jsp/connectorCerts.jsp 
b/webapps/manager/WEB-INF/jsp/connectorCerts.jsp
index 44a4e63d48..14147688bf 100644
--- a/webapps/manager/WEB-INF/jsp/connectorCerts.jsp
+++ b/webapps/manager/WEB-INF/jsp/connectorCerts.jsp
@@ -69,7 +69,7 @@
     </tbody>
 </table>
 
-<form method="get" action="<%=request.getContextPath()%>/html">
+<form method="GET" action="<%=request.getContextPath()%>/html">
   <p style="text-align: center;">
     <input type="submit" value="Return to main page" />
   </p>
diff --git a/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp 
b/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp
index c01ed93852..3b2fcee03c 100644
--- a/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp
+++ b/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp
@@ -69,7 +69,7 @@
     </tbody>
 </table>
 
-<form method="get" action="<%=request.getContextPath()%>/html">
+<form method="GET" action="<%=request.getContextPath()%>/html">
   <p style="text-align: center;">
     <input type="submit" value="Return to main page" />
   </p>
diff --git a/webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp 
b/webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp
index e1c1699358..bece6ee6ff 100644
--- a/webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp
+++ b/webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp
@@ -69,7 +69,7 @@
     </tbody>
 </table>
 
-<form method="get" action="<%=request.getContextPath()%>/html">
+<form method="GET" action="<%=request.getContextPath()%>/html">
   <p style="text-align: center;">
     <input type="submit" value="Return to main page" />
   </p>
diff --git a/webapps/manager/WEB-INF/jsp/sessionsList.jsp 
b/webapps/manager/WEB-INF/jsp/sessionsList.jsp
index d45a4e77ff..216d678776 100644
--- a/webapps/manager/WEB-INF/jsp/sessionsList.jsp
+++ b/webapps/manager/WEB-INF/jsp/sessionsList.jsp
@@ -147,7 +147,7 @@
     </fieldset>
 </form>
 
-<form method="get" action="<%=request.getContextPath()%>/html">
+<form method="GET" action="<%=request.getContextPath()%>/html">
   <p style="text-align: center;">
     <input type="submit" value="Return to main page" />
   </p>


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

Reply via email to