| Summary: | continuation.getResponse should return null unless suspend(response) was used. | ||
|---|---|---|---|
| Product: | [RT] Jetty | Reporter: | Greg Wilkins <gregw> |
| Component: | server | Assignee: | Greg Wilkins <gregw> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | jetty-inbox, mgorovoy |
| Version: | 7.1.4 | ||
| Target Milestone: | 7.1.x | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Greg Wilkins
made getServletResponse consistently return null if suspend(response) was not called. getResponse still provides the response as it is not part of standard API. r2823 Oops went the wrong way. It should always return the response and it appears that it was already fixed by passing in the response on enter() resent changes backed out. Resolved -> Closed |