Re: Tapestry Problem on Google App Engine in Development

2012-10-23 Thread Lance Java
der normal circumstances this is not allowed. Normally response headers must be written before the body. Perhaps the new version of gae is making this assumption in its implementation -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App

Re: Tapestry Problem on Google App Engine in Development

2012-10-23 Thread Thiago H de Paula Figueiredo
On Tue, 23 Oct 2012 12:37:38 -0200, Dan Cyr wrote: In summary: I am using Tapestry 5.3.5. In development, GAE 1.7.2 no longer provided the gzip header (1.7.1 used to) (see previous logs and debugs) Would tapestry be dependent on the servlet implementation? Is this a GAE issue? It sure

Re: Tapestry Problem on Google App Engine in Development

2012-10-23 Thread Dan Cyr
content but not set the content encoding header. I'm baffled and > out > > of ideas... anyone else got any ideas? > > > > > > > > -- > > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Deve

Re: Tapestry Problem on Google App Engine in Development

2012-10-19 Thread Howard Lewis Ship
711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5717074.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.ap

Re: Tapestry Problem on Google App Engine in Development

2012-10-19 Thread Lance Java
So, it looks like something about GAE 1.7.2 is causing tapestry to send gzipped content but not set the content encoding header. I'm baffled and out of ideas... anyone else got any ideas? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Googl

Re: Tapestry Problem on Google App Engine in Development

2012-10-19 Thread Dan Cyr
troubles with this pattern? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5717054.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --

Re: Tapestry Problem on Google App Engine in Development

2012-10-19 Thread Lance Java
ttp://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5717054.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.or

Re: Tapestry Problem on Google App Engine in Development

2012-10-17 Thread Dan Cyr
deflate > Accept-Languageen-US,en;q=0.5 > Cache-Controlmax-age=0 > Connectionkeep-alive > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App

Re: Tapestry Problem on Google App Engine in Development

2012-10-17 Thread Lance Java
ectionkeep-alive -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5717003.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Tapestry Problem on Google App Engine in Development

2012-10-17 Thread Lance Java
So, this seems to be an issue in tapestry after all. Can any tapestry gurus explain why tapestry would return gzipped content without setting the Content-Encoding header? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in

Re: Tapestry Problem on Google App Engine in Development

2012-10-17 Thread Dan Cyr
Wed, Oct 17, 2012 at 3:37 AM, Lance Java wrote: > > .containsHeader(..yes, pre 3.0 > So print the boolean instead of the value. I just wanna see if tapestry has > populated it. > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapes

Re: Tapestry Problem on Google App Engine in Development

2012-10-17 Thread Lance Java
> .containsHeader(..yes, pre 3.0 So print the boolean instead of the value. I just wanna see if tapestry has populated it. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716988.html Sent from

Re: Tapestry Problem on Google App Engine in Development

2012-10-16 Thread Dan Cyr
> > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716948.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > >

Re: Tapestry Problem on Google App Engine in Development

2012-10-16 Thread Lance Java
It's in the 2.3 javadocs? http://docs.oracle.com/cd/E17802_01/products/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletResponse.html#containsHeader(java.lang.String) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engi

Re: Tapestry Problem on Google App Engine in Development

2012-10-16 Thread Dan Cyr
That also is Servlet spec 3.0... On Fri, Oct 12, 2012 at 11:37 AM, Lance Java wrote: > response.containsHeader("Content-Encoding") ;) > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Dev

Re: Tapestry Problem on Google App Engine in Development

2012-10-12 Thread Lance Java
response.containsHeader("Content-Encoding") ;) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716859.html Sent from the Tapestry - User mailing list archive at

Re: Tapestry Problem on Google App Engine in Development

2012-10-12 Thread Dan Cyr
That also is Servlet spec 3.0... On Fri, Oct 12, 2012 at 11:27 AM, Lance Java wrote: > response.getHeader("Content-Encoding") > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5

Re: Tapestry Problem on Google App Engine in Development

2012-10-12 Thread Lance Java
response.getHeader("Content-Encoding") -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716857.html Sent from the Tapestry - User mailing list archive at

Re: Tapestry Problem on Google App Engine in Development

2012-10-12 Thread Dan Cyr
27;s fault for not including the header or > GAE's. > > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716834.html > Sent from the Tapestry - User mailing list archive at Nabbl

Re: Tapestry Problem on Google App Engine in Development

2012-10-12 Thread Lance Java
45711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716834.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additi

Re: Tapestry Problem on Google App Engine in Development

2012-10-11 Thread Dan Cyr
> > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716796.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > >

Re: Tapestry Problem on Google App Engine in Development

2012-10-11 Thread Lance Java
sion by setting SymbolConstants.GZIP_COMPRESSION_ENABLED to false. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716796.html Sent from the Tapestry - User mailing list archiv

Re: Tapestry Problem on Google App Engine in Development

2012-10-11 Thread Dan Cyr
d the "Content-Encoding" header on the response? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716768.html

Re: Tapestry Problem on Google App Engine in Development

2012-10-11 Thread Lance Java
/tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716768.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apach

Tapestry Problem on Google App Engine in Development

2012-10-10 Thread Dan Cyr
Using Tapestry 5.3.5 on Google Apps Engine. In development, when I set eclipse to use the newest GAE Java 1.7.2.1, I see a screen-full of mostly Black Diamonds with Question marks inside. It seems normal again when I set in AppModule --> configuration.add(SymbolConstants.GZIP_COMPRESSION_ENAB