Description
Currently, service def is case sensitive for Knox UI.
Issue replication.
Accessing SOLR UI using KNOX
adding below service def in default.xml
<service>
<role>SOLR</role>
<url>http://node3.openstacklocal:8983</url>
</service>
If we replace service "SOLR" by lower case "solr" it won't work. It should be upper case to work.
it should be case insensitive, I was stumbled on it, it's now where mention service def are case sensitive.
Attachments
Issue Links
- is duplicated by
-
KNOX-771 ServiceRegistry.lookupServiceURL() args should be case insensitive.
-
- Closed
-