Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Eric Cholet
If using a multi-byte encoding escape_html was broken/inapplicable already. -- Eric Cholet

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Eric Cholet
coding and escapes all characters with the +8th bit set. Do not use it with multi-byte encodings such as utf8. +When using a single byte non-ASCII encoding such as ISO-8859-1, +consider specifying the character set in the Content-Type header, +and using HTML::Entities to avoid unnecessary escaping. + =item escape_uri This function replaces all unsafe characters in the $string with their -- Eric Cholet

Re: cvs commit: modperl-site/guide download.html

2001-07-17 Thread Eric Cholet
gt; > Index: download.html > === > RCS file: /home/cvs/modperl-site/guide/download.html,v > retrieving revision 1.16 > retrieving revision 1.17 > diff -u -r1.16 -r1.17 > --- download.html 2001/04/

cvs snapshots

2000-08-17 Thread Eric Cholet
We no longer have cvs snapshots in http://dev.apache.org/from-cvs/ There's only httpd in there. (we link to this from http://perl.apache.org/distributions.html) -- Eric Cholet

Re: jim's design

2000-06-18 Thread Eric Cholet
d something more from me with regards to this! > > - J. > -- > > James Home - [EMAIL PROTECTED] > http://www.superdeluxe.com > http://www.vagabondage.com > > "There is absolutely no inevitability as long as there is a > willingness to contemplate what is happening." - Marshall McLuhan > > -- Eric Cholet

Re: cvs commit: modperl/src/modules/perl mod_perl.c

2000-06-03 Thread Eric Cholet
PerlHandler Foo SetHandler perl-script GET /foo will trigger the segfault. Well, under 5.00502 it does, but under 5.6 I get an (expected) 500 internal server error. -- Eric Cholet

RE: cvs commit: modperl/src/modules/perl Connection.xs

2000-04-14 Thread Eric Cholet
> I only set the remoteip if the real ip address is 127.0.0.1. Ah, but of course. All is well then. -- Eric

RE: cvs commit: modperl/src/modules/perl Connection.xs

2000-04-13 Thread Eric Cholet
> > Log: > > $c->remote_ip($ip) now also sets conn->remote_addr to make > > IP-based access control work correctly > > ahfdkjah! Thanks. > > That have driven me nuts. It never occured to me that it was a bug and not > me being clueless though. :) You're my hero of the day. Glad to help! B