[ 
https://issues.apache.org/jira/browse/CB-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602896#comment-14602896
 ] 

ASF GitHub Bot commented on CB-9255:
------------------------------------

GitHub user cjpearson opened a pull request:

    https://github.com/apache/cordova-android/pull/186

    CB-9255: make getUriType case insensitive

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cjpearson/cordova-android uri-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-android/pull/186.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #186
    
----
commit e0b0b2df9cadc2f695a95d44cc673dfea767cd26
Author: Connor Pearson <[email protected]>
Date:   2015-06-26T13:37:13Z

    make getUriType case insensitive

----


> getUriType is case sensitive
> ----------------------------
>
>                 Key: CB-9255
>                 URL: https://issues.apache.org/jira/browse/CB-9255
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 4.0.0
>            Reporter: Connor Pearson
>
> The getUriType method is case sensitive. This causes it to return 
> URI_TYPE_UNKNOWN if the URI contains a capital letter in its scheme. (e.g. 
> Http and HTTP return URI_TYPE_UNKNOWN instead of URI_TYPE_HTTP)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to