Skip to content

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

@ivanr

Description

@ivanr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions