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

Andrew Grieve resolved CB-3226.
-------------------------------

    Resolution: Fixed

Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/53982272

Cherry-pick into 2.7: 
http://git-wip-us.apache.org/repos/asf/cordova-android/commit/665c1bd8
                
> Urls with query parameters, hash fragments or escaped spaces cannot be 
> intercepted by plugins
> ---------------------------------------------------------------------------------------------
>
>                 Key: CB-3226
>                 URL: https://issues.apache.org/jira/browse/CB-3226
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.6.0
>            Reporter: Shravan Narayan
>            Assignee: Shravan Narayan
>             Fix For: 2.7.0
>
>
> IceCreamCordovaWebViewClient.java in the shouldInterceptRequest does the 
> following
> - check if the url contains a "?" "#" or "%20" and if so load the asset 
> manually as the AssetManager breaks
> - check if any registered plugins want to intercept requests
> However, the correct order for this should be would be the reverse so that 
> plugins can intercept url's with query parameters, hash fragments or escaped 
> spaces

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to