This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit 244fd2e14ac4d94ff8073041f66c034170a1a22e Merge: cf09a9e d1cb5d5 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Apr 15 16:38:43 2025 +0200 Merge pull request #446 from fp024/dev-2025-04-15-a Fixed "coding-actions" and "exception-handling" examples .../struts/helloworld/action/HelloWorldAction.java | 2 ++ coding-actions/src/main/webapp/WEB-INF/web.xml | 5 ++++- exception-handling/pom.xml | 7 +++++++ .../struts/helloworld/action/HelloWorldAction.java | 2 ++ .../org/apache/struts/register/action/Register.java | 2 ++ exception-handling/src/main/resources/struts.xml | 7 ++++++- exception-handling/src/main/webapp/WEB-INF/web.xml | 19 +++++++++++-------- exception-handling/src/main/webapp/error.jsp | 2 +- exception-handling/src/main/webapp/index.jsp | 2 +- exception-handling/src/main/webapp/login.jsp | 2 +- exception-handling/src/main/webapp/securityerror.jsp | 2 +- 11 files changed, 38 insertions(+), 14 deletions(-)