RE: t5: adding http header

2012-09-23 Thread netdawg
1941 07:55:00 GMT Transfer-Encoding chunked ServerJetty(6.1.26) Content-Type text/html; charset=utf-8 Cache-Control no-cache, no-store, must-revalidate -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-adding

Re: t5: adding http header

2012-09-23 Thread Bob Harner
(6.1.26) Content-Type text/html; charset=utf-8 Cache-Control no-cache, no-store, must-revalidate -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-adding-http-header-tp3369097p5716459.html Sent from the Tapestry - User mailing list archive

Re: t5: adding http header

2012-09-23 Thread Bob Harner
.nabble.com/t5-adding-http-header-tp3369097p5716459.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: t5: adding http header

2012-09-23 Thread Chris Mylonas
=utf-8 Cache-Controlno-cache, no-store, must-revalidate -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-adding-http-header-tp3369097p5716459.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: t5: adding http header

2012-09-23 Thread netdawg
/t5-adding-http-header-tp3369097p5716463.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

t5: adding http header

2011-02-03 Thread Angelo C.
Hi, I need to add some http headers into response, like Access-Control-Allow-Origin: *, how to achieve this? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-adding-http-header-tp3369097p3369097.html Sent from the Tapestry - User mailing list archive

Re: t5: adding http header

2011-02-03 Thread Thiago H. de Paula Figueiredo
On Thu, 03 Feb 2011 09:10:11 -0200, Angelo C. angelochen...@gmail.com wrote: Hi, Hi! I need to add some http headers into response, like Access-Control-Allow-Origin: *, how to achieve this? Thanks, The better way depends on which pages do you want to do this. If it's all, create a

RE: t5: adding http header

2011-02-03 Thread Wechsung, Wulf
( OrderedConfigurationRequestFilter configuration) { Configuration.add(...); } Hope this helps! Kind Regards, Wulf -Original Message- From: Angelo C. [mailto:angelochen...@gmail.com] Sent: Donnerstag, 3. Februar 2011 12:10 To: users@tapestry.apache.org Subject: t5: adding http header Hi, I need