Bug 5469 - Error "gridshib-ca-demo-portal.cgi&quot" in logs
: Error "gridshib-ca-demo-portal.cgi&quot" in logs
Status: RESOLVED WONTFIX
: GridShib
GridShib-CA
: 0.4
: All All
: P3 minor
: beta
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-08-02 14:15 by
Modified: 2010-01-07 19:26 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2007-08-02 14:15:17
I'm occasionally seeing the following error in the logs. Not sure of the cause:

[Thu Aug 02 11:51:29 2007] [error] [client 74.6.71.122] script not found or
unable to stat: /var/www/cgi-bin/gridshib-ca-demo-portal.cgi&quot
------- Comment #1 From 2007-08-02 14:32:06 -------
This usually means a quoted string is being sanitized prior to inclusion in an
HTML or XML file.  The quoted string

"/var/www/cgi-bin/gridshib-ca-demo-portal.cgi"

is being converted to

"/var/www/cgi-bin/gridshib-ca-demo-portal.cgi"

and evidently that is not what you want.
------- Comment #2 From 2010-01-07 19:26:11 -------
So much code has changed involving this that I'm considering this bug
completely out of date.