Remove license header from HtmlResponse output
----------------------------------------------
Key: SLING-1521
URL: https://issues.apache.org/jira/browse/SLING-1521
Project: Sling
Issue Type: Improvement
Components: API
Affects Versions: API 2.0.8
Reporter: Alexander Klimetschek
Priority: Minor
Every response from the sling post servlet contains the Sling/Apache License
header at the top. This is a little bit annoying, since it doesn't belong there
and you have to scroll/search longer to find the interesting parts of the
response. It also creates unnecessary network traffic.
I suggest to remove it from the HtmlResponse.html template and exclude the file
from the rat license check. The other option would be to dynamically strip this
from the file at runtime, but that is not efficient.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.