restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

Preserving order of enabled cipher suites and enabled protocols

Open patrick-peer opened this issue 2 years ago • 0 comments

This patch preserves the order of cipher suites, set with Context.getParameters().add("enabledCipherSuites", "space separated list of cipher suites"). While usually not that important, the fix also covers the parameter "enabledProtocols".

I am aware that Restlet is not actively maintained any more. I created this pull request for others in the community that might be able to make use of it.

patrick-peer avatar Jan 25 '23 14:01 patrick-peer