https://issues.apache.org/bugzilla/show_bug.cgi?id=57438

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Tomcat will always use a 302 for a redirect.

Spring MVC will always use a 302 unless the application specifically over-rides
it.

I'd recommend checking exactly what is on the wire with something like
wireshark (you should see 302 redirects rather than 307) and then take a closer
look at your client and/or your app to see why the POST is being resent.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to