Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-10-16 Thread Lukasz Lenart
2016-10-15 12:07 GMT+02:00 Rodman, Kenneth J : > Hi, > In case anyone else runs into the same problem, it was nothing to do with > Struts 2 and Spring Boot 1.3.5. They both work fine together. The problem was > running the application from Intellij IDE. It corrupts some of the pathways > and so

Re: How to disable character like Tilt(~) in the Action Name

2016-10-16 Thread Lukasz Lenart
It isn't but you have probably a default action ref defined e.g. and it's used to redirect to proper action. Try login and using some non-default action with "~", e.g. /~logout 2016-10-15 0:15 GMT+02:00 R Veach : > Why are tilts(~) allowed and enabled by default? > I thought struts would only loo

Re: Redirect URLs have class names added after the action name with # or !

2016-10-16 Thread Lukasz Lenart
2016-10-14 16:07 GMT+02:00 Dhamelia, Krunal : > Hi Everyone, > I am facing very weird issue at least I haven't seen it before. > > Struts version 2.3.16 > Struts Spring combination using Spring 3.0.6 Did you migrate from some other version? > Once the redirect happens it makes the round trip of b