This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new efd9d6045b HTTP methods are case sensitive and the standard ones are all upper case efd9d6045b is described below commit efd9d6045bb5fd99542806aad08713547434e0ff 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