https://bz.apache.org/bugzilla/show_bug.cgi?id=66252
Bug ID: 66252
Summary: HTTP/2 requests fails to load on safari browser.
Product: Tomcat 9
Version: 9.0.65
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Created attachment 38385
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38385&action=edit
Screenshot of safari.
My tomcat is hosted on a 64-bit windows machine and I have recently configured
HTTP/2 on it. After the change my webpages have stopped loading on safari
browser. I have cleared all cache and browsing history and upgraded safari to
latest version but it didn't resolve the issue. The error is "cannot parse
response" (NSURLErrorDomain:-1017). I have attached a screenshot and also
shared my configuration details. Once I comment the following snippet the
website starts to function on safari.
<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol"
compressableMimeType="text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json"
compression="on" compressionMinSize="1024" useSendfile="false" />
Changing useSendfile to true had no impact on the issue.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]