> > Bugs to investigate & fix or resolve/leave as LATER: > + 4600 Tomcat 3.3 redirect behavior differs from Tomcat 3.2 > + (try to make 301 or 302 configurable) > + > + 4416 URI En/Decoding not working > + (investigate and fix if feasible) My vote is for LATER, since as I understand the bug it is too late to test this well, and the fix (if not done right) has the potential to create security problems. The fix is to basically flip UEncoder on it's head, and work with "un-safe chars" instead of "safe chars" (as well as to add the logic to use the encoding). If Costin (since it's his baby) thinks he's up to it, by all means go for it. I just don't want to delay the release for the amount of time it would take me to make and be comfortable with the fix (esp. since there is a work-around already). > + > + 5958 Wrong mod_jk.conf for path pattern Easy enough to fix. The only question is if we want to change only ${Server}Config, or do we want to change the mod_jk behavior so that the two statements: JkMount /myApp/foobar/* ajp13 and JkMount /myApp/foobar* ajp13 are the same (i.e. more like <servlet-mapping>)? > +
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>