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

Zane Conkle (JIRA) noreply at issues.asterisk.org
Wed Jan 8 14:43:04 CST 2014


Zane Conkle created ASTERISK-23125:
--------------------------------------

             Summary: ARI: URI is case sensitive
                 Key: ASTERISK-23125
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23125
             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