Description
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.
Attachments
Attachments
Issue Links
- relates to
-
SLING-4536 exclude HtmlResponse.html from Rat checks
- Closed