This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-examples.git
from cf09a9e Bump io.quarkus:quarkus-universe-bom from 3.21.0 to 3.21.1 (#440) add de8c754 Refactor(coding actions): Apply `@StrutsParameter` and update web.xml schema add d1cb5d5 Refactor(exception-handling): Improve compatibility and fix access issues new 244fd2e Merge pull request #446 from fp024/dev-2025-04-15-a The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../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(-)