2013/3/18 Eric Chatellier <chatell...@codelutin.com>:
> I'm trying to update an application using struts with convention
> plugin from 2.3.8 to 2.3.12.
>
> I'm experiencing a change with default action "/" that
> was calling "IndexAction#execute()" method in version 2.3.8.
> Now, in version 2.3.12, this is resulting in 404 http error.
>
> The only ticket related to this issue may be WW-3925[1]
> but a don't really understand it.
>
> How can i restore previous behaviour ?
>
> [1] : https://issues.apache.org/jira/browse/WW-3925

It is related to that issue [1], but I'm still wondering if it is the
correct way to solve it (revert the change) as this prevent properly
handling static resources and you must defined an empty action which
basically is wrong as http server must always have an index file to
point to.

Compare this to httpd configuration option:

DirectoryIndex index.html

Having that said I'm not convince to rollback that change.

[1] https://issues.apache.org/jira/browse/WW-3997


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to