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
Post a Comment