You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: