ETag header incorrect format
----------------------------
Key: TAPESTRY-1553
URL: https://issues.apache.org/jira/browse/TAPESTRY-1553
Project: Tapestry
Issue Type: Bug
Components: Framework
Affects Versions: 4.1.2
Environment: any
Reporter: Jesse Kuhnert
Assignee: Jesse Kuhnert
Fix For: 4.1.2
The format of the current ETag header is incorrect - it should be formatted to
be more like:
return "W/\"" + resourceAttributes.getContentLength() + "-"
+ resourceAttributes.getLastModified() + "\"";
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]