Re: Enhancement of mod_charset_lite

2005-03-30 Thread Jens Stutte
Nick Kew  webthing.com> writes:

> 
> Some such updates to mod_charset_lite have been on my wishlist for a
> long time!  Nice to see you've tackled it.
> 
> Did you enter your stuff into bugzilla as suggested by Brad?  It sounds
> definitely worth looking at.
> 

Well, to be honest: i'm still tackling with the whole process of creating
patches and so on - as soon as i will have a little time, i will face it.

But BTW: i had some serious problems with charset_lite, exiting with SIGSEGV on
some content (my scenario was: use mod_proxy_html to rewrite URLs inside of the
body and mod_charset_lite to reconvert the result into the original encoding). I
ended up with not using modproxy_html any more but some external filters defined
using sed... Not very elegant, but seems to work.





Re: Enhancement of mod_charset_lite

2005-03-29 Thread Nick Kew

> Hello,
> 
> for my personal needs i had to add some functionality to mod_charset_lite.
> Here is what i did:
> 
> 1) Add an option "AllowProxied" that makes it work also on proxied requests
> (usefull in a reverse proxy environment which uses mod_proxy_html to return
> to the  original encoding).
> 
> 2) Add an option "AdjustHeader" that adjusts the content-type header according
> to the destination encoding.
> 
> If someone is interested in these changes, i am not sure where to post them.

Some such updates to mod_charset_lite have been on my wishlist for a
long time!  Nice to see you've tackled it.

Did you enter your stuff into bugzilla as suggested by Brad?  It sounds
definitely worth looking at.

-- 
Nick Kew


Re: Enhancement of mod_charset_lite

2005-03-29 Thread Brad Nicholes
   Open an enhancement request in Bugzilla 
http://httpd.apache.org/bug_report.html  an include the patch file there.

Brad

>>> [EMAIL PROTECTED] Thursday, March 24, 2005 4:47:52 AM >>>
Hello,

for my personal needs i had to add some functionality to mod_charset_lite.
Here is what i did:

1) Add an option "AllowProxied" that makes it work also on proxied requests
(usefull in a reverse proxy environment which uses mod_proxy_html to return
to the  original encoding).

2) Add an option "AdjustHeader" that adjusts the content-type header according
to the destination encoding.

If someone is interested in these changes, i am not sure where to post them.

Greetings,

Jens Stutte




Enhancement of mod_charset_lite

2005-03-25 Thread Jens Stutte
Hello,

for my personal needs i had to add some functionality to mod_charset_lite.
Here is what i did:

1) Add an option "AllowProxied" that makes it work also on proxied requests
(usefull in a reverse proxy environment which uses mod_proxy_html to return
to the  original encoding).

2) Add an option "AdjustHeader" that adjusts the content-type header according
to the destination encoding.

If someone is interested in these changes, i am not sure where to post them.

Greetings,

Jens Stutte