Runwar only passes worker options to Undertow. Runwar also only works for simple values.
All socket settings need to be passed to
Also, Runwar should use the Option.parse() method which allows a comma-delimited string to specify a Sequence Option type which is required for things like enabled SSL protocols.
Note, this requires a change to how CommandBox passes XNIO options since we can’t use a comma any longer since a value may contain a comma inside of it. I can switch to a semi-colon delimited list of key=value pairs, but I’m not 100% that won’t still conflict with something else in the future.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Runwar only passes worker options to Undertow. Runwar also only works for simple values.
All socket settings need to be passed to
Also, Runwar should use the Option.parse() method which allows a comma-delimited string to specify a Sequence Option type which is required for things like enabled SSL protocols.