You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Jesse MacFadyen (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/19 22:30:40 UTC

[jira] [Resolved] (CB-184) WP7 application root ha a slash in the wrong direction

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

Jesse MacFadyen resolved CB-184.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.0
         Assignee: Jesse MacFadyen

commit: 5fb0c182d38956de2924bff30467abcfb399c2bf
                
> WP7 application root ha a slash in the wrong direction
> ------------------------------------------------------
>
>                 Key: CB-184
>                 URL: https://issues.apache.org/jira/browse/CB-184
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: WP7
>            Reporter: Colin Eberhardt
>            Assignee: Jesse MacFadyen
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> The PGView.xaml.cs has the following variable declared:
> private static string AppRoot = "app\\";
> However, when the web browser navigates to the index.html page, you find that the browser URL is as follows:
> app\www/index.html
> Likewise, if you navigate back to the index page, the URL now becomes:
> app/www/index.html
> Basically, changing the variable to the following would fix the problem:
> private static string AppRoot = "app/";

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira