Irv Salisbury <[EMAIL PROTECTED]> wrote on 17-06-2005 17:08:50: > We just tried our app in the latest Tomcat 5.5, and URL like: > > http://127.0.0.1:8080/realnet/asset/module/property/profile/summary? > feature=read&moduleData=1648855690&defaultTab=&searchResult=true > > Tries to match on pipeline asset/module/property/profile/summary/ > > In previous versions (4.x), the pipeline matched on > asset/module/property/profile/summary (without the ending / ) > > This, of course breaks our app. Has anyone else seen this behavior? > Also, it seems like with the URL above, it shouldn't have an ending / > on it, but maybe I am wrong. > > Help is appreciated. > > Thanks, > > Irv We had the same problem, and "solved" it by always using a file ending (e.g. .html). Never had the problem since. Take a look at this: http://issues.apache.org/bugzilla/show_bug.cgi?id=32424 HTH, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
