Re: Problems making SEO friendly URLs

2017-12-07 Thread Lukasz Lenart
Hi Dave, Did you try to use RestfulActionMappers? http://struts.apache.org/core-developers/restful-action-mapper.html Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@stru

Re: When should SessionMap be used instead of Map?

2017-12-07 Thread Lukasz Lenart
2017-12-08 2:06 GMT+01:00 albert kao : > I am looking for an example that SessionMap should be used instead of Map. > > In the Struts 2 Getting Started HTTP Session tutorial ( > https://struts.apache.org/getting-started/http-session.html), > HelloWorldAction.java used > private Map userSession; > >

Security Bulletin S2-055

2017-12-07 Thread darrell.ambro
Hello, I think it would be appropriate to update the Impact of Vulnerability to indicate that this issue could be used for remote code execution. The conversation in the Jackson Project Issues: https://github.com/FasterXML/jackson-databind/issues/1599 and articles such as https://adamcaudill.c

When should SessionMap be used instead of Map?

2017-12-07 Thread albert kao
I am looking for an example that SessionMap should be used instead of Map. In the Struts 2 Getting Started HTTP Session tutorial ( https://struts.apache.org/getting-started/http-session.html), HelloWorldAction.java used private Map userSession; I used SessionMap to replace Map. i.e. private Sessi

Problems making SEO friendly URLs

2017-12-07 Thread Dave Weis
Hello I'm trying to set up an action to make attractive URLs but I'm not having success. Below is the struts.xml file and the error. Any help would be appreciated! Thanks dave Messages: There is no Action mapped for namespace [/commerce] and action name [dave/1/2] associated with context path