On Thu, Dec 5, 2013 at 6:07 AM, wrote:
> Hi,
>
> I think that this code is wrong:
>
> https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/Whitelist.java#L133
>
> If the scheme is null then the scheme of the UrlPattern should be null.
> The UrlPattern class is co
Hi,
I think that this code is wrong:
https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/Whitelist.java#L133
If the scheme is null then the scheme of the UrlPattern should be null.
The UrlPattern class is coded to handle scheme==null as allow access.
I think th