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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688
Vikram changed:
What|Removed |Added
OS|All |Windows 7
--
You are receiving this mail
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 {
https://issues.apache.org/bugzilla/show_bug.cgi?id=55688
Vikram changed:
What|Removed |Added
CC||vicky...@gmail.com
OS|