Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-14 Thread Michael . VanCanneyt
On Mon, 15 Sep 2003, James Mills wrote: > On Sun, Sep 14, 2003 at 05:36:25PM +0200, [EMAIL PROTECTED] wrote: > > > > > > On Mon, 15 Sep 2003, James Mills wrote: > > > > > On Sun, Sep 14, 2003 at 06:48:36AM -0700, Alan Mead wrote: > > > > --- James Mills <[EMAIL PROTECTED]> wrote: > > > > > > > >

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-14 Thread James Mills
On Sun, Sep 14, 2003 at 05:36:25PM +0200, [EMAIL PROTECTED] wrote: > > > On Mon, 15 Sep 2003, James Mills wrote: > > > On Sun, Sep 14, 2003 at 06:48:36AM -0700, Alan Mead wrote: > > > --- James Mills <[EMAIL PROTECTED]> wrote: > > > > > > > > It hands when you POST data with two angled bracked,

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-14 Thread Michael . VanCanneyt
On Mon, 15 Sep 2003, James Mills wrote: > On Sun, Sep 14, 2003 at 06:48:36AM -0700, Alan Mead wrote: > > --- James Mills <[EMAIL PROTECTED]> wrote: > > > > > > It hands when you POST data with two angled bracked, eg: "> >" > > > I have not tried using GET, I don't think it would be appropiate >

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-14 Thread James Mills
On Sun, Sep 14, 2003 at 06:48:36AM -0700, Alan Mead wrote: > --- James Mills <[EMAIL PROTECTED]> wrote: > > > > It hands when you POST data with two angled bracked, eg: "> >" > > I have not tried using GET, I don't think it would be appropiate > > for a > > form based page :) > > Form data can be

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-14 Thread Alan Mead
--- James Mills <[EMAIL PROTECTED]> wrote: > > It hands when you POST data with two angled bracked, eg: "> >" > I have not tried using GET, I don't think it would be appropiate > for a > form based page :) Form data can be POST'd or GET'd depending on the way you form the 'form' tag. You're righ

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-13 Thread James Mills
On Sat, Sep 13, 2003 at 01:50:29AM -0700, Alan Mead wrote: > I don't know anything about the FP cgi routines, but I program CGI a > lot and the handling of characters like '>' could be tricky. Does it > hang on other strings containing an angle bracket, or just this > particular one? And you say

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-13 Thread Michael . VanCanneyt
On Sat, 13 Sep 2003, James Mills wrote: > On Fri, Sep 12, 2003 at 06:34:16PM +0200, [EMAIL PROTECTED] wrote: > > > > > > On Sat, 13 Sep 2003, James Mills wrote: > > > > > Hi all again, > > > > > > I'm reposting this question as I would like to find some answers to this > > > problem, or writing

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-13 Thread Alan Mead
I don't know anything about the FP cgi routines, but I program CGI a lot and the handling of characters like '>' could be tricky. Does it hang on other strings containing an angle bracket, or just this particular one? And you say when you POST... that means it works if you ... (I'm blanking on na

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-12 Thread James Mills
On Fri, Sep 12, 2003 at 06:34:16PM +0200, [EMAIL PROTECTED] wrote: > > > On Sat, 13 Sep 2003, James Mills wrote: > > > Hi all again, > > > > I'm reposting this question as I would like to find some answers to this > > problem, or writing this particular kind of CGI App will be impossible. > > (F

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-12 Thread James Mills
On Fri, Sep 12, 2003 at 11:09:28AM -0700, Alan Mead wrote: > Is this something demonstrable in a small program? I could rewrite another version of the cgi app with a simple html to post data containing "> >". I'll try and do that tonight and post it. cheers James -- - -Zero Defect Software Engin

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-12 Thread Alan Mead
Is this something demonstrable in a small program? --- James Mills <[EMAIL PROTECTED]> wrote: > Hi all again, > > I'm reposting this question as I would like to find some answers to > this > problem, or writing this particular kind of CGI App will be > impossible. > (Forum). > > I think there m

Re: [fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-12 Thread Michael . VanCanneyt
On Sat, 13 Sep 2003, James Mills wrote: > Hi all again, > > I'm reposting this question as I would like to find some answers to this > problem, or writing this particular kind of CGI App will be impossible. > (Forum). > > I think there might be a possible bug in both ezcgi.pp and cgiapp.pp > > I

[fpc-pascal]CGI: cgiapp.pp and ezcgi.pp possible bug

2003-09-12 Thread James Mills
Hi all again, I'm reposting this question as I would like to find some answers to this problem, or writing this particular kind of CGI App will be impossible. (Forum). I think there might be a possible bug in both ezcgi.pp and cgiapp.pp If you try and post a piece of form data: ie: > > it wil