Re: Whitelist.java config.xml access missing scheme

2013-12-05 Thread Ian Clelland
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

Whitelist.java config.xml access missing scheme

2013-12-05 Thread Axel.Nennker
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