Hi Kris,

thanks for your answer, but that does not help me.
Is there a simple workaround to reactivate gzip compression for json?

Regards,
Michael



Am 15.09.2010 11:32, schrieb Kristian Marinkovic:
> hi Michael,
> 
> there is no such method. Only MappedConfiguration and OrderedConfiguration 
> have an override method that can be used to replace another contribution 
> identified by the id
> 
> g,
> kris
> 
> 
> 
> 
> Von:    Michael Dukaczewski <m.dukaczew...@tu-bs.de>
> An:     users@tapestry.apache.org
> Datum:  15.09.2010 11:23
> Betreff:        [T5.2] Tapestry IoC Configuration (remove?)
> 
> 
> 
> How can I remove something from the distributed configuration? For
> example there is a default:
> 
> contributeResponseCompressionAnalyzer(Configuration<String> configuration) 
> {
>     configuration.add("application/json");
> }
> 
> I am missing something like:
> 
> contributeResponseCompressionAnalyzer(Configuration<String> configuration) 
> {
>     configuration.remove("application/json");
> }
> 
> 
> Regards,
> Michael
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to