[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 --- Comment #8 from wozza.xing warren.cross...@mofokom.biz --- (In reply to Christopher Schultz from comment #4) (In reply to wozza.xing from comment #1) I would also happily contribute this filter as an example on how to use apache

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 wozza.xing warren.cross...@mofokom.biz changed: What|Removed |Added Attachment #30624|0 |1

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 --- Comment #6 from wozza.xing warren.cross...@mofokom.biz --- You are correct, according to the spec a servlet programmer must set the content type so she can do it in any order, even multiple times before commiting the response. So we

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 --- Comment #7 from wozza.xing warren.cross...@mofokom.biz --- templates-filter is hosted here, please link/inspect at your leasure. http://www.mofokom.eu/maven/snapshots-public/mofokom/templates-filter/1.0-SNAPSHOT/ -- You are receiving

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 --- Comment #2 from Mark Thomas ma...@apache.org --- Remy's points look perfectly valid, logical and non-contradictory to me: 1. There is nothing in the specification that requires the content type to be set before the output stream is

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- (In reply to wozza.xing from comment #1) I would also happily contribute this filter as an example on how to use apache xalan to compile/cache xslt (Translets) and

[Bug 55305] DefaultServlet sets ContentType after opening stream [COPY OF 19721]

2013-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55305 wozza.xing warren.cross...@mofokom.biz changed: What|Removed |Added CC|