[jira] [Commented] (CB-4974) Load page domain name with between character error

2013-10-17 Thread Mike Billau (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797983#comment-13797983
 ] 

Mike Billau commented on CB-4974:
-

Are you talking about loading a page with a hyphen or something in the url, 
like www.my-website.com? Did you make sure that the page is added to your 
whitelist? There was an issue filed like this a few months ago and I remember 
testing that hyphenated URL's were treated correctly. 

 Load page domain name with between character error
 --

 Key: CB-4974
 URL: https://issues.apache.org/jira/browse/CB-4974
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.0.0
 Environment: Android 
Reporter: Khai Bui
   Original Estimate: 24h
  Remaining Estimate: 24h

 public class HelloWorld extends DroidGap
 {
 @Override
 public void onCreate(Bundle savedInstanceState)
 {
 super.onCreate(savedInstanceState);
 // Set by content src=index.html / in config.xml
 //super.loadUrl(Config.getStartUrl());
 super.loadUrl(http://www.example-name.com;);
 }
 }
 URL http://www.example-name.com have a between - on example-name



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4974) Load page domain name with between character error

2013-10-17 Thread Khai Bui (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798707#comment-13798707
 ] 

Khai Bui commented on CB-4974:
--

Thank you Mike Billau. I added to whitelist.
It worked fine

 Load page domain name with between character error
 --

 Key: CB-4974
 URL: https://issues.apache.org/jira/browse/CB-4974
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.0.0
 Environment: Android 
Reporter: Khai Bui
   Original Estimate: 24h
  Remaining Estimate: 24h

 public class HelloWorld extends DroidGap
 {
 @Override
 public void onCreate(Bundle savedInstanceState)
 {
 super.onCreate(savedInstanceState);
 // Set by content src=index.html / in config.xml
 //super.loadUrl(Config.getStartUrl());
 super.loadUrl(http://www.example-name.com;);
 }
 }
 URL http://www.example-name.com have a between - on example-name



--
This message was sent by Atlassian JIRA
(v6.1#6144)