struts2 - struts '.action' not defaulting into URL -


i'm wondering why struts application direct me

https://myhost.com/mything/mything?picklistid=2000000011 

instead of:

https://myhost.com/mything/mything.action?picklistid=2000000011 

shouldn't these show same thing? top url directs me 404 page , bottom works correctly.

i solved problem. turned out in web.xml filter mappings directing urls containing .action struts. needed change filter mappings requests allowed go struts.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -