For struts 2.1.8, I am using the following jars:
- freemarker-2.3.15.jar
- ognl-2.7.3.jar
- struts2-core-2.1.8.1.jar
- struts2-json-plugin-2.1.8.1.jar
- struts2-tiles-plugin-2.1.8.1.jar
- tiles-api-2.1.3.jar
- tiles-core-2.1.3.jar
- tiles-jsp-2.1.3.jar
- tiles-servlet-2.1.3.jar
- xwork-core-2.1.6.jar


Matt





On Saturday, May 24, 2014 10:35 AM, John Patrick <nhoj.patr...@gmail.com> wrote:
Not seen this happen myself, what struts jar's do you have as it might be
something like the convention plugin...

If your using maven then it might be useful for others to include what
specific maven dependencies your including so potentially someone else can
try using the exact same jars.

John






On 24 May 2014 15:28, Matt Williams <mattwms1998...@yahoo.com> wrote:

> Hello,
> I have been using struts 2.1.8 for a while and last night noticed an issue
> with mapping actions working with any url.
>
> For instance in the struts.xml file:
> - I have a package with a namespace of "/employee".
> - Within the package, I have an action mapping "search"
> - The webapp name is "TestWeb".
>
> So to access this page, I can go to:
> http://localhost:8080/TestWeb/employee/search.action and this works.
> However, if anything is added to the URL after the namespace such as:
> http://localhost:8080/TestWeb/employee/someExtraText/search.action the
> page still loads.
>
> Why does this happen?
>
>
> Reading the struts documentation
> (http://struts.apache.org/release/2.1.x/docs/namespace-configuration.html)
> would make me assume that it should search the "/employee/someExtraText"
> namespace...not find it, so then it should fall back to the default ""
> namespace...not find it...then display no action mapping found.
>
>
> Any insight? Thanks!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org

>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to