Pravin Bhagade created KNOX-999:
-----------------------------------
Summary: service def are case sensitive for Knox UI
Key: KNOX-999
URL: https://issues.apache.org/jira/browse/KNOX-999
Project: Apache Knox
Issue Type: Bug
Components: Server
Affects Versions: 0.12.0
Reporter: Pravin Bhagade
Currently, service def is case sensitive for Knox UI.
Issue replication.
Accessing SOLR UI using KNOX
adding below service def in default.xml
{quote}<service>
<role>SOLR</role>
<url>http://node3.openstacklocal:8983</url>
</service>
{quote}
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)