You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ian Clelland (JIRA)" <ji...@apache.org> on 2014/02/08 03:48:20 UTC

[jira] [Resolved] (CB-5395) Cordova whitelist fails for upper-case characters

     [ https://issues.apache.org/jira/browse/CB-5395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Clelland resolved CB-5395.
------------------------------

       Resolution: Fixed
    Fix Version/s: 3.5.0

Fixed on master now

> Cordova whitelist fails for upper-case characters
> -------------------------------------------------
>
>                 Key: CB-5395
>                 URL: https://issues.apache.org/jira/browse/CB-5395
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, iOS
>    Affects Versions: 3.1.0
>            Reporter: Marcus Pridham
>            Assignee: Ian Clelland
>             Fix For: 3.5.0
>
>
> In my config.xml, I have:
> <access origin="*.host.com" />
> {code}
> if (!Config.isUrlWhiteListed("http://Test.host.com"))
> {
> 	System.out.println("I should be whitelisted!!!");
> }
>     	
> if (Config.isUrlWhiteListed("http://test.host.com"))
> {
>     System.out.println("I am whitelisted.");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)