[Bug 57438] Infinite redirect loop when maximum upload size exceeded

2015-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57438

Martin Visser martinvis...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #2 from Martin Visser martinvis...@gmail.com ---
After changing the implementation in the Spring MVC controllers I managed to
avoid the problem. I was unable to trace the redirects via Wireshark, but I
still think it's something in Tomcat rather than in Spring.
I did nothing in the Spring application, I only switched Tomcat versions.
That's why I created this issue. But nonetheless, it works for me now, so this
issue can be closed.

-- 
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



[Bug 57438] Infinite redirect loop when maximum upload size exceeded

2015-01-22 Thread bugzilla
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



[Bug 57438] Infinite redirect loop when maximum upload size exceeded

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57438

Martin Visser martinvis...@gmail.com changed:

   What|Removed |Added

Summary|Inifinite redirect loop |Infinite redirect loop when
   |when maximum upload size|maximum upload size
   |exceeded|exceeded

-- 
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