Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
Parent 6
-
None
Description
I just started out with sling and fired up the webapp using jetty:run
As stated in the readme I executed:
curl -D - -Ftitle=something http://admin:admin@localhost:8888/testing/this
And had a look at the html rendering http://localhost:8888/testing/this.html
But unfortunately the HtmlRendererServlet does not produce valid html output
I have patched the servlet to fix this. How do I attach the patch to this issue?