Closed Bug 1219589 Opened 10 years ago Closed 10 years ago

Cannot open unsigned package successfully

Categories

(Firefox OS Graveyard :: Infrastructure, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: mlien, Assigned: hchang)

References

Details

[Description] Navigate to unsigned package but cannot open successfully [Reproduce Steps] 1. Enable two preferences "network.http.enable-packaged-apps" and "network.http.signed-packages.enabled" 2. Set "network.http.signed-packages.trusted-root" to "http://people.mozilla.org/~mlien/" 3. Navigate to "http://people.mozilla.org/~mlien/unsigned.pak!//index.html" in Browser app [Expected Result] Can open successfully [Actual Result] Show file not found [Build Information] Build ID 20151027221526 Gaia Revision a26eadc5e1133d5112b6cbc10badbb7670a1090f Gaia Date 2015-10-27 17:36:52 Gecko Revision https://hg.mozilla.org/mozilla-central/rev/2b333a1d94e805a59c619ee41a6dec7fdcce505d Gecko Version 44.0a1 Device Name aries Firmware(Release) 4.4.2 Firmware(Incremental) eng.worker.20151027.213419 Firmware Date Tue Oct 27 21:34:27 UTC 2015 Bootloader s1 [Reproduce Rate] 100%
QA Whiteboard: [COM=NSec]
Henry will help to clarify the reproduction steps.
Assignee: nobody → hchang
It's due to the format error: ======================================================= manifest-signature: Content-Location: manifest.webapp Content-Type: application/x-web-app-manifest+json { "name": "NSec tests - prompt privilegd", "icons": { "189": "/style/icons/ui-test_189.png", "142": "/style/icons/ui-test_142.png", "126": "/style/icons/ui-test_126.png", "84": "/style/icons/ui-test_84.png", "284": "/style/icons/ui-test_284.png" }, "messages": [ { "notification": "/index.html" ... =============================================== should be ================================================ --KFBS6TIOL1 Content-Location: manifest.webapp Content-Type: application/x-web-app-manifest+json { "name": "NSec tests - prompt privilegd", "icons": { "189": "/style/icons/ui-test_189.png", "142": "/style/icons/ui-test_142.png", "126": "/style/icons/ui-test_126.png", "84": "/style/icons/ui-test_84.png", "284": "/style/icons/ui-test_284.png" }, ...
(In reply to Henry Chang [:henry] from comment #2) > It's due to the format error: > manifest-signature: > =============================================== > should be > ================================================ > --KFBS6TIOL1 Mike, please correct the format error and then verify this bug again.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.