Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebScriptUtil.extractHttpServletResponse() not working. #143

Closed
kerkhofsd opened this issue Sep 8, 2017 · 0 comments
Closed

WebScriptUtil.extractHttpServletResponse() not working. #143

kerkhofsd opened this issue Sep 8, 2017 · 0 comments
Labels
Milestone

Comments

@kerkhofsd
Copy link
Contributor

kerkhofsd commented Sep 8, 2017

The extractHttpServletResponse method of the WebScriptUtil falsy returns null.

Cause:
AnnotationWebscriptResponse

	@Override
	public WebScriptResponse getNext() {
		if (response instanceof WrappingWebScriptResponse) {
			return ((WrappingWebScriptResponse) response).getNext();
		} else {
			return null;
		}
	}
stanmine added a commit that referenced this issue Sep 11, 2017
#143 Fix getNext method of AnnotationWebscriptResponse
@stanmine stanmine added this to the 1.7.0 milestone Jan 5, 2018
@stanmine stanmine added the bug label Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants