This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feat/struts-730-modernization in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit 64baa491a3ba10090f6efddd2d7c8d326f60bf57 Author: Lukasz Lenart <[email protected]> AuthorDate: Fri Aug 14 12:42:44 2026 +0200 Revert basic-struts README quoted output to match actual JSP text The bulk rename changed a fenced-code-block quote of the app's rendered output to "Welcome to Apache Struts!", but index.jsp still prints "Welcome To Struts 2!" (92 similar Struts 2/Struts2 strings remain across example JSPs, out of scope for this branch). The README now told readers to expect output the app never produces; reverted that one line to the original text so it matches what actually renders. Co-Authored-By: Claude Opus 5 <[email protected]> --- basic-struts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-struts/README.md b/basic-struts/README.md index 75f70ff..24d8d3d 100644 --- a/basic-struts/README.md +++ b/basic-struts/README.md @@ -20,5 +20,5 @@ In a web browser go to: [http://localhost:8080/basic-struts/index.action](http: You should see a web page with ``` -Welcome to Apache Struts! +Welcome to Struts 2! ```
