[9:34]<hannesw> chris: I'd still like to reproduce bug 650 (post to url without trailing slash) [9:35]<zumbrunn> right [9:35]<hannesw> btw, should i write zumbrunn to make your irc client notifiy you? [9:36]<hannesw> just feels strange to call you by your last name :-) [9:36]<zumbrunn> zumbrunn does ring more and louder bells [9:37]<hannesw> :-) ok [9:38]<zumbrunn> just so we understand each other right, the redirect from without-slash to with-slash (or from post to get) seems to be internal only [9:38]<zumbrunn> no slash is actually added in the browser [9:39]<zumbrunn> and the way I can reproduce it is with an app called "test" and only that main_action in its Root folder [9:40]<hannesw> hm, ok [9:40]<zumbrunn> is that what you tried? [9:40]<hannesw> yes [9:40]<zumbrunn> with app "test" at it's default mountpoint /test ? [9:41]<hannesw> and the post form has action='http://localhost:8080'? [9:41]<hannesw> ah, ok! [9:41]<hannesw> that's what i missed. [9:41]<zumbrunn> ok [9:41]<hannesw> i had it mounted in root, so the redirect never happened... [9:41]<hannesw> ok, everything clear now [9:41]<hannesw> i'll see if we can do something about it [9:45]<hannesw> Ok, i checked and this is still Jetty doing the redirect to the context root with added slash [9:45]<hannesw> so not much we can do about it, and i don't think it's that bad [9:46]<hannesw> I'll mark the bug as wontfix. [9:46]<zumbrunn> ok