Community
Participate
Working Groups
coontinuation.getResponse only returns a response if suspend(response) was used for some continuation types. For portability this should be made consistent for all continuation types.
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