Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-7357] change attribute description to use 'cipher' instead of '… #9280

Merged
merged 1 commit into from Oct 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -147,7 +147,7 @@ undertow.listener.verify-client.deprecated=Where an SSLContext is referenced it
undertow.listener.always-set-keep-alive=If this is true then a Connection: keep-alive header will be added to responses, even when it is not strictly required by the specification.
undertow.listener.redirect-socket=If this listener is supporting non-SSL requests, and a request is received for which a matching <security-constraint> requires SSL transport, undertow will automatically redirect the request to the socket binding port specified here.
undertow.listener.proxy-address-forwarding=enables x-forwarded-host and similar headers and set a remote ip address and hostname
undertow.listener.enabled-cipher-suites=Configures Enabled SSL cyphers
undertow.listener.enabled-cipher-suites=Configures Enabled SSL ciphers
undertow.listener.enabled-cipher-suites.deprecated=Where an SSLContext is referenced it should be configured with the cipher suites to be supported.
undertow.listener.enabled-protocols=Configures SSL protocols
undertow.listener.enabled-protocols.deprecated=Where an SSLContext is references it should be configured with the supported protocols.
Expand Down