RE: CompressChainlet issue

2006-05-18 Thread Jerome Louvel
Hi Lars, According to the HTTP specs: If no Accept-Encoding field is present in a request, the server MAY assume that the client will accept any content coding. In this case, if identity is one of the available content-codings, then the server SHOULD use the identity content-coding, unless it

Re: Fluent API and StructureBuilder

2006-05-18 Thread Yuri de Wit
One thing that I forgot to mention is that using new XXX() as the new stack instead of up()/back() still allows you to comment/uncomment what you want and you get some auto indentation for free when using IDEs. :-) regards, -- yuri Yuri de Wit[EMAIL PROTECTED] wrote: Hi Lars, fair enough.