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

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


The following commit(s) were added to refs/heads/main by this push:
     new cf35c676a3 Minor optimisation. Only need to set 1 property so don't 
use wild card.
cf35c676a3 is described below

commit cf35c676a30cdb3f3127ef75d8ac35b44e8afaa9
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jun 4 16:01:05 2026 +0100

    Minor optimisation. Only need to set 1 property so don't use wild card.
---
 webapps/examples/jsp/num/numguess.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/examples/jsp/num/numguess.jsp 
b/webapps/examples/jsp/num/numguess.jsp
index 7c120cd765..edb5d5a186 100644
--- a/webapps/examples/jsp/num/numguess.jsp
+++ b/webapps/examples/jsp/num/numguess.jsp
@@ -20,7 +20,7 @@
 <%@ page import = "num.NumberGuessBean" %>
 
 <jsp:useBean id="numguess" class="num.NumberGuessBean" scope="session"/>
-<jsp:setProperty name="numguess" property="*"/>
+<jsp:setProperty name="numguess" property="guess"/>
 
 <html>
 <head><title>Number Guess</title></head>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to