This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new de5a950415 Minor optimisation. Only need to set 1 property so don't
use wild card.
de5a950415 is described below
commit de5a950415fc67713f17fab63d0c7809e0fca80b
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]