[Bug 55688] SendRedirect does not work with AsyncContext

2013-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688 --- Comment #3 from Vikram --- Ok thanks for the bug reference. The AsyncContext was not getting closed and hence timing out, resulting into an internal server error. Marking the async context completed helped solve the issue. -- You are

[Bug 55688] SendRedirect does not work with AsyncContext

2013-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55688] SendRedirect does not work with AsyncContext

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688 Vikram changed: What|Removed |Added OS|All |Windows 7 -- You are receiving this mail

[Bug 55688] SendRedirect does not work with AsyncContext

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688 --- Comment #1 from Vikram --- Some more details, my sample servlet "get" code looks like this, @Override protected void doGet(HttpServletRequest req, HttpServletResponse response) throws ServletException, IOException {

[Bug 55688] SendRedirect does not work with AsyncContext

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688 Vikram changed: What|Removed |Added CC||vicky...@gmail.com OS|