Re: Struts ServletDispatcherResult Forwarding GET Instead of FORWARD

2024-07-22 Thread Łukasz Lenart
Tomcat? version? It can be related to Tomcat changes pon., 22 lip 2024 o 17:25 Rubens Gomes napisał(a): > > I am running Struts 7.0.0-M9 along with Spring Boot 3.3.2 + Spring Security. > > have a Struts Action class annotated with : > > @Result( > name = Action.INPUT, > location = "/WEB-

Struts ServletDispatcherResult Forwarding GET Instead of FORWARD

2024-07-22 Thread Rubens Gomes
I am running Struts 7.0.0-M9 along with Spring Boot 3.3.2 + Spring Security. have a Struts Action class annotated with : @Result( name = Action.INPUT, location = "/WEB-INF/content/%{#request.device}/login.jsp", type = "dispatcher") And I have noticed that after returning from the A