Re: Extra path info and action mappings

2001-07-30 Thread Craig R. McClanahan
Tim, What servlet container are you trying this on? Your assumptions about what is *supposed* to work are correct (with one minor correction -- the extra path info will be /user instead of user), so it could be either a bug in Struts or a bug in the servlet container you are running on. Craig

Extra path info and action mappings

2001-07-12 Thread Tim Trentham
I'm trying to use extra path info as a way to pass parameters to my actions. I changed the mapping from the default *.do to something like /execute/*. This works fine except that if I add extra information and try to submit, I get a 400 error telling me that I have submitted an invalid path. For