]
Brian Stansberry updated WFCORE-1777:
-------------------------------------
Security Sensitive Issue: This issue is security relevant
Use separate resources for GET requests involving
useStreamAsResponse
---------------------------------------------------------------------
Key: WFCORE-1777
URL:
https://issues.jboss.org/browse/WFCORE-1777
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 3.0.0.CR1
A request for streamed content can potentially involve a large amount of content, e.g. a
very large log file. We should limit the amount of resources (e.g. threads) available for
handling such HTTP requests over the /management context, particularly in the case of GET
requests where we don't do the cross-origin checks that we do with POST.