Add possibility to enable websocket compression via management model
--------------------------------------------------------------------
Key: WFLY-6784
URL:
https://issues.jboss.org/browse/WFLY-6784
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Affects Versions: 10.0.0.Final
Reporter: Radim Hatlapatka
Assignee: Ingo Weiss
Priority: Critical
Labels: downstream_dependency
Fix For: 11.0.0.Alpha1
Original Estimate: 2 days
Time Spent: 2 days
Remaining Estimate: 0 minutes
In EAP 6 the websockets compression was enabled by default allowing to use pre-deflate
compression when requested by client.
There is support for it in Undertow but there is no option to enable it in WildFly 10.
This option should be added to WildFly and should probably set by default to true as that
would be consistent with default behaviour when using WebSockets with EAP 6.4.