is this a misconfig or a workaround?

in 2.0.x the default behaviour for "/" is to go to the welcome file list

there is no mention of a change in behaviour in any of these
http://struts.apache.org/2.1.6/docs/version-notes-216.html
http://struts.apache.org/2.1.6/docs/action-configuration.html
http://struts.apache.org/2.1.6/docs/convention-plugin.html

the action-default is a good way of sending user to a "page not found", by
using it to send user to a "home" page means this functionality is now lost

further more, I now have config in my struts.xml and annotation in my action
just to do this workaround

I believe there should be a setting that will allow "/" return null mapping
so that request is passed through to the static resource method, at least
then we have a choice

Ron

-- 
View this message in context: 
http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23827727.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to