Using Firefox with HTTPS and HTTP/2, receiving an error when trying to preview a status report.
Steps to Reproduce
<Service name="Catalina"> in the server.xml inside Tomcat's conf folder:<Connector secure="true"> <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" /></Connector>service stop start appExpected Results: The PDF will be generated and previewed in the preview pop-up.
Actual Results: Error 'EXP-01000: Error generating PDF export'.
app-ca.log will show an error containing a line similar to: "net::ERR_INVALID_ARGUMENT at http://example.com/pm/#/project/5012345/status/5123456?print=true"
Clarity 16.4.2
As of Clarity 16.4.2, HTTP/2 is not supported.
Disable HTTP/2 and use HTTP/1.1 instead.
HTTP/2 is not necessarily enabled at Tomcat level as described in the Steps to Reproduce - for example, it may be enabled at a Load Balancer or a Reverse Proxy.