[asterisk-bugs] [JIRA] (ASTERISK-23153) ARI: URI is case sensitive

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Jan 16 09:53:03 CST 2014


Rusty Newton created ASTERISK-23153:
---------------------------------------

             Summary: ARI: URI is case sensitive
                 Key: ASTERISK-23153
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23153
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_ari
    Affects Versions: 12.0.0
            Reporter: Zane Conkle


When trying to retrieve endpoint details from ARI I noticed that the URI string is case sensitive.

This does not work:
http://192.168.3.212:8088/ari/endpoints/pjsip/200

This does:
http://192.168.3.212:8088/ari/endpoints/PJSIP/200

The list function apparently does not care because this also works:
http://192.168.3.212:8088/ari/endpoints/pjsip

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list