You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resource record is always rendered as text/html, regardless of Content-Type WARC header field.
This is due to a lack of metadata record support in JWATResource. It does not return Content-Type header field from its getHttpHeaders() method, thus Tomcat supplies default value text/html.
Known internally as WWM-126.
The text was updated successfully, but these errors were encountered:
It turned out JWATResource does not a test suite, and it is not fully compliant to Resource interface contracts. Implemented tests, and updated JWATResource to pass all tests.
Resource record is always rendered as
text/html
, regardless ofContent-Type
WARC header field.This is due to a lack of metadata record support in
JWATResource
. It does not returnContent-Type
header field from itsgetHttpHeaders()
method, thus Tomcat supplies default valuetext/html
.Known internally as WWM-126.
The text was updated successfully, but these errors were encountered: