bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cgicc bug?


From: Anil KumarAkurathi
Subject: cgicc bug?
Date: Tue, 19 Feb 2002 15:06:58 -0800

Hi,
   I downloaded cgicc recently and am trying to run the examples given.
I am getting the following errors. I obtained the parameter through
method "get".

http://localhost/examples/fileaccess/cgicc/test.exe?name=&bucks=93&time=
100&thoughts=I+don%27t+have+any.&hungry=on&hair=blond&vote=Gore&friends=
Joey&friends=Chandler&friends=Phoebe&friends=Rachel&showEnv=on&showFE=on
&showForm=on&submit=Submit+My+Preferences

   The test.html was put in a cgicc directory accessible through the web
server. And the html generated after submitting the form is attached.
This is done on a Windows XP machine.

   In the "test.cpp" file, I believe, it is chocking at line 439

        if(formData.queryCheckbox("hungry"))

   Please do inform me why it is behaving like this. If it is a bug and
if you fix it, please send me an email indicating that a new release is
available.

Regards
Anil

GNU cgicc v3.2 Test Results

Thanks for using cgicc, 127.0.0.1(127.0.0.1)!

Environment information from CgiEnvironment

Request Method GET
Path Info
Path Translated c:\inetpub\wwwroot
Script Name /examples/fileaccess/cgicc/test.exe
HTTP Referrer http://localhost/examples/fileaccess/cgicc/test.html
HTTP Cookie
Query String name=&bucks=93&time=100&thoughts=I+don%27t+have+any.&hungry=on&hair=blond&vote=Gore&friends=Joey&friends=Chandler&friends=Phoebe&friends=Rachel&showEnv=on&showFE=on&showForm=on&submit=Submit+My+Preferences
Content Length 0
Post Data
Remote Host 127.0.0.1
Remote Address 127.0.0.1
Authorization Type
Remote User
Remote Identification
Content Type
HTTP Accept image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/msword, */*
User Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; .NET CLR 1.0.2914)
Server Software Microsoft-IIS/5.1
Server Name localhost
Gateway Interface CGI/1.1
Server Protocol HTTP/1.1
Server Port 80
HTTPS false
Redirect Request
Redirect URL
Redirect Status

Form Data via vector

Element Name Element Value
name
bucks 93
time 100
thoughts I don't have any.
hungry on
hair blond
vote Gore
friends Joey
friends Chandler
friends Phoebe
friends Rachel
showEnv on
showFE on
showForm on
submit Submit My Preferences

Form Data via Cgicc

You don't have a name.
You make 93 million dollars.
You've wasted 100 hours on the web.
Your thoughts : I don't have any.
HTTP/1.1 502 Gateway Error Server: Microsoft-IIS/5.1 Date: Tue, 19 Feb 2002 22:56:27 GMT Connection: close Content-Length: 186 Content-Type: text/html

CGI Timeout

The specified CGI application exceeded the allowed time for processing. The server has deleted the process.

Attachment: test.cpp
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]