On 18/06/2015 09:41, Romain Manni-Bucau wrote: > Hi guys, > > when redirecting ports between connectors tomcat uses a 302 ATM, any reason > to not use a 307 (ie support POST redirect as well)?
Because the servlet spec says it has to be a 302. https://java.net/jira/browse/SERVLET_SPEC-100 Additional support for that change welcome. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org