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

Simplify connection handler names #63

Open
pavelhoral opened this issue Jan 5, 2023 · 0 comments
Open

Simplify connection handler names #63

pavelhoral opened this issue Jan 5, 2023 · 0 comments

Comments

@pavelhoral
Copy link
Member

Summary

Connection handlers have too long and descriptive name with Connection Handler suffix. Connection handler names are used when referencing the handler so this makes all commands unnecessarily more complex.

Connection Handler       : Type : enabled : listen-port : use-ssl
-------------------------:------:---------:-------------:--------
HTTP Connection Handler  : http : false   : 8080        : false
JMX Connection Handler   : jmx  : false   : 1689        : false
LDAP Connection Handler  : ldap : true    : 1389        : false
LDAPS Connection Handler : ldap : true    : 1636        : true
LDIF Connection Handler  : ldif : false   : -           : -

Solution You'd Like to See

I would like to remove Connection Handler suffix and leave only the protocol name as the handler name.

Workarounds/Alternatives

None.

Additional Notes

None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant