[Bug 16868] New: How to deal with redundant slashes in url of resources listed in manifest file? i.e. /directory///test.js was storaged in local as http://www.example.com/directory///test.js, when user agent fetch test.js will failed to fetch it from local since http://ww

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16868

           Summary: How to deal with redundant slashes in url of resources
                    listed in manifest file? i.e. /directory///test.js was
                    storaged in local as
                    http://www.example.com/directory///test.js, when user
                    agent fetch test.js will failed to fetch it from local
                    since http://ww
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#off
                    line
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: other Hixie drafts (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org


Specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html
Multipage: http://www.whatwg.org/C#offline
Complete: http://www.whatwg.org/c#offline

Comment:
How to deal with redundant slashes in url of resources listed in manifest
file? i.e. /directory///test.js was storaged in local as
http://www.example.com/directory///test.js, when user agent fetch test.js will
failed to fetch it from local since http://www.example.com/directory///test.js
was different with http://www.example.com/directory/test.js

Posted from: 182.48.107.247
User agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; zh_CN) AppleWebKit/534.7
(KHTML, like Gecko) Chrome/10.0 Safari/534.7

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 26 April 2012 15:20:36 UTC