Re: svn commit: r691418 [2/2] - in/httpd/httpd/trunk:./docs/manual/mod/ modules/filters/

2008-09-11 Thread Basant Kumar kukreja
On Thu, Sep 11, 2008 at 10:36:18PM +0200, Ruediger Pluem wrote: > > > On 09/10/2008 11:40 PM, Basant Kumar kukreja wrote: >> Patch is attached. I have tested the patch. It now prints \10 and \11 for >> character values 0x8 and 0x9. > > Thanks for the patch. > Committed as r694431 (http://svn.apache

Re: svn commit: r691418 [2/2] - in/httpd/httpd/trunk:./docs/manual/mod/ modules/filters/

2008-09-11 Thread Ruediger Pluem
On 09/10/2008 11:40 PM, Basant Kumar kukreja wrote: Patch is attached. I have tested the patch. It now prints \10 and \11 for character values 0x8 and 0x9. Thanks for the patch. Committed as r694431 (http://svn.apache.org/viewvc?rev=694431&view=rev). Regards Rüdiger

Re: svn commit: r691418 [2/2] - in/httpd/httpd/trunk:./docs/manual/mod/ modules/filters/

2008-09-10 Thread Basant Kumar kukreja
> > Gesendet: Mittwoch, 10. September 2008 15:54 > > An: dev@httpd.apache.org > > Betreff: Re: svn commit: r691418 [2/2] - > > in/httpd/httpd/trunk:./docs/manual/mod/ modules/filters/ > > > > > > > Can you elaborate why you chose "<"

Re: svn commit: r691418 [2/2] - in/httpd/httpd/trunk:./docs/manual/mod/ modules/filters/

2008-09-10 Thread Plüm, Rüdiger, VF-Group
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > Gesendet: Mittwoch, 10. September 2008 15:54 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r691418 [2/2] - > in/httpd/httpd/trunk:./docs/manual/mod/ modules/filters/ > > > > Can you elaborat

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk:./docs/manual/mod/ modules/filters/

2008-09-10 Thread Basant Kukreja
t; > > Von: [EMAIL PROTECTED] > > > > Gesendet: Mittwoch, 10. September 2008 08:56 > > > > An: dev@httpd.apache.org > > > > Betreff: Re: svn commit: r691418 [2/2] - in > > > > /httpd/httpd/trunk: ./docs/manual/mod/ modules/filters/ > > &g

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk:./docs/manual/mod/ modules/filters/

2008-09-10 Thread Plüm, Rüdiger, VF-Group
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > Gesendet: Mittwoch, 10. September 2008 15:32 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r691418 [2/2] - in > /httpd/httpd/trunk:./docs/manual/mod/ modules/filters/ > > On Wed, Sep 10, 2008 at

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk: ./docs/manual/mod/ modules/filters/

2008-09-10 Thread Basant Kukreja
On Wed, Sep 10, 2008 at 10:10:20AM +0200, "Plüm, Rüdiger, VF-Group" wrote: > > > > -Ursprüngliche Nachricht- > > Von: [EMAIL PROTECTED] > > Gesendet: Mittwoch, 10. September 2008 08:56 > > An: dev@httpd.apache.org > > Betreff: Re: svn comm

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk: ./docs/manual/mod/ modules/filters/

2008-09-10 Thread Plüm, Rüdiger, VF-Group
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > Gesendet: Mittwoch, 10. September 2008 08:56 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r691418 [2/2] - in > /httpd/httpd/trunk: ./docs/manual/mod/ modules/filters/ > > I investigated furt

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk: ./ docs/manual/mod/ modules/filters/

2008-09-09 Thread Basant Kukreja
On Tue, Sep 09, 2008 at 10:19:47PM -0700, Basant Kukreja wrote: > > > > What are the above constants supposed to be. Opening the file in vi shows > > that they are special > > characters or better control characters. Looking with a hex editor these > > () seem to be \\08. > > Is this correct? >

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk: ./ docs/manual/mod/ modules/filters/

2008-09-09 Thread Basant Kukreja
On Tue, Sep 09, 2008 at 10:10:42PM +0200, Ruediger Pluem wrote: > > > On 09/03/2008 01:01 AM, [EMAIL PROTECTED] wrote: >> Added: httpd/httpd/trunk/modules/filters/sed1.c >> URL: >> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/sed1.c?rev=691418&view=auto >> ===

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk: ./ docs/manual/mod/ modules/filters/

2008-09-09 Thread Tim Bray
On Sep 9, 2008, at 1:38 PM, Ruediger Pluem wrote: IMHO the following patch should fix the mod_mbox error by correctly encoding these chars: Index: module-2.0/mod_mbox_cte.c === --- module-2.0/mod_mbox_cte.c (Revision 693585) +++

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk: ./ docs/manual/mod/ modules/filters/

2008-09-09 Thread Ruediger Pluem
On 09/09/2008 10:10 PM, Ruediger Pluem wrote: On 09/03/2008 01:01 AM, [EMAIL PROTECTED] wrote: Added: httpd/httpd/trunk/modules/filters/sed1.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/sed1.c?rev=691418&view=auto ==

Re: svn commit: r691418 [2/2] - in /httpd/httpd/trunk: ./ docs/manual/mod/ modules/filters/

2008-09-09 Thread Ruediger Pluem
On 09/03/2008 01:01 AM, [EMAIL PROTECTED] wrote: Added: httpd/httpd/trunk/modules/filters/sed1.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/sed1.c?rev=691418&view=auto == --- httpd/httpd/trunk/