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

Mixed use of servlet's getOutputStream and getWriter methods in dev mode #10

Open
ivanr opened this issue Nov 6, 2016 · 0 comments
Open
Labels

Comments

@ivanr
Copy link
Owner

ivanr commented Nov 6, 2016

In Java, it's illegal to use getOutputStream and getWriter on the same request. When development mode is enabled, DownloadFile invokes getOutputStream and we later call getWriter when we're appending development information (only to text/html responses, but still). This behaviour results with an exception.

@ivanr ivanr added the bug label Nov 6, 2016
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

1 participant