[Webkit-unassigned] [Bug 150504] New: AppCache file that requires NTLM credentails to access fails as an ApplicationCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 10:09:07 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150504

            Bug ID: 150504
           Summary: AppCache file that requires NTLM credentails to access
                    fails as an ApplicationCache
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: iOS
                OS: iOS 9.0
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: husain.fazal at ontario.ca

When an *.appcache file requires a NTLM authentication to, the appcache file fails to register as an application cache manifest, throwing the error "Application Cache manifest could not be fetched." In addition, even if the appcache file is placed outside of the NTLM authentication zone (anonymously accessible) and the appcache is recognized, any other file listed in the manifest that is also behind the NTLM authentication zone will also fail to be retrieved.

This leads me to believe that appcache retrievals (either the manifest or a listed file) are not passing the NTLM credentials along with with their requests. The user is first prompted for NTLM credentials on page load, so the page does have the credentials "somewhere" in context.

I have noticed this in Safari 8 & 9, on both OSX and iOS.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151023/c189cdcb/attachment-0001.html>


More information about the webkit-unassigned mailing list