Oops, pardon me, I see now, can't get the value, only true/false.


AppModule:

@Override
    public boolean service(HttpServletRequest request, HttpServletResponse
response,
            HttpServletRequestHandler handler) throws IOException {


        logger.error("Contains header: " +
response.containsHeader("Content-Encoding"));

        return handler.service(request, response);

    }


1.7.2.1
            configuration.add(SymbolConstants.GZIP_COMPRESSION_ENABLED,
"false");

12:41:53,851 ERROR [com.MyFilter:27] - Contains header: false

Without turning off gzip compression by setting it to false:


12:44:02,940 ERROR [com.MyFilter:27] - Contains header: false


12:45:42,095 ERROR [com.MyFilter:27] - Contains header: false



1.7.1


12:49:04,271 ERROR [com.MyFilter:27] - Contains header: false

----------------


False for everything.




On Wed, Oct 17, 2012 at 3:37 AM, Lance Java <lance.j...@googlemail.com>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/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716988.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...@tapestry.apache.org
>
>

Reply via email to