RE: Struts 2 sample: Hello World (Maven & Ant)

2009-03-02 Thread Mike Finney
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/struts/struts2-blank/2.1.6/ (struts2=blank) may be just the thing to use for writing a struts2 hello world. Is this David Newton's contribution? Thanks. -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com

HttpServletResponse Transfer-Encoding header

2009-02-27 Thread Mike Finney
I can guarantee Transfer-Encoding is set to Chunked. Can I just set it to 0 and that counts? I looked at : http://www.w3.org/Protocols/rfc2616/rfc2616.html and http://en.wikipedia.org/wiki/Chunked_transfer_encoding Thanks, Mike Finney