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

markt-asf 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 1fe95d841e Minor optimisation. Only need to set 1 property so don't 
use wild card.
1fe95d841e is described below

commit 1fe95d841e9d461a16069974142d12c3ef68819a
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