Re: [PATCH] mod_negotiation.c

2002-11-12 Thread André Malo
* William A. Rowe, Jr. wrote: > At 07:44 PM 10/25/2002, you wrote: >>[ Simply trying again; or according to Jeff: nag, nag, nag ;-) ] >> >>If you use the "body" feature in type map files, the MIME-headers >>currently are set dependant on what (mostly) type_checker says about the >>type map file. >

Re: [PATCH] mod_negotiation.c

2002-10-26 Thread Erik Abele
William A. Rowe, Jr. wrote: At 07:44 PM 10/25/2002, you wrote: [ Simply trying again; or according to Jeff: nag, nag, nag ;-) ] If you use the "body" feature in type map files, the MIME-headers currently are set dependant on what (mostly) type_checker says about the type map file. The attached

Re: [PATCH] mod_negotiation.c

2002-10-25 Thread William A. Rowe, Jr.
At 07:44 PM 10/25/2002, you wrote: >[ Simply trying again; or according to Jeff: nag, nag, nag ;-) ] > >If you use the "body" feature in type map files, the MIME-headers >currently are set dependant on what (mostly) type_checker says about the >type map file. > >The attached patch sets the MIME-typ

[PATCH] mod_negotiation.c

2002-10-25 Thread André Malo
[ Simply trying again; or according to Jeff: nag, nag, nag ;-) ] If you use the "body" feature in type map files, the MIME-headers currently are set dependant on what (mostly) type_checker says about the type map file. The attached patch sets the MIME-type, charset, content-language and content-e

[PATCH] mod_negotiation.c

2002-10-05 Thread André Malo
Hi, [sent a similiar patch several weeks ago, but wasn't noticed, so I try it again.. :)] The attached patch sets the MIME-type, charset, content-language and content-encoding of a negotiated type-map body. Thus you can hold different types, languages etc. inside the same file, for example: ---