blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Access uri is case-sensitive, and remote page may not render #82

Closed erhorim closed 12 years ago

erhorim commented 12 years ago

Description:

  1. In config.xml, specify <content src="http://CI0000000094448.rim.net/erho/WebWorks/ConfigTests/startPage.html"/>, and <access uri="http://CI0000000094448.rim.net" subdomains="true">
  2. Compile, load, run app in PB device/simulator, and notice startPage is blank.
  3. Change to <access uri="http://ci0000000094448.rim.net" subdomains="true">, notice the lower-case uri.
  4. Repeat step 2, and notice startPage is rendered correctly.

Note: Snarf didn't have this problem

Attachment:

Build: http://mac-ci:9000/job/BB10-Webworks-Packager/22/

erhorim commented 12 years ago

Defect fixed by blackberry-webworks/BB10-WebWorks-Framework#10