I'm wondering why my Struts application would direct me to
https://myhost.com/myThing/myThing?pickListId=2000000011
instead of:
https://myhost.com/myThing/myThing.action?pickListId=2000000011
Shouldn't these show the same thing? The top URL directs me to the 404 page and the bottom works correctly.