Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160722 Details for
Bug 250950
boa: DEBUG_CGI_ENV doesn't print the environment variables
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
cgi.c patch - prints the environment variables and respective values
boa-0.94.14rc21-cgi.c.patch (text/plain), 620 bytes, created by
Jose Pedro Oliveira
on 2007-08-06 00:59:40 UTC
(
hide
)
Description:
cgi.c patch - prints the environment variables and respective values
Filename:
MIME Type:
Creator:
Jose Pedro Oliveira
Created:
2007-08-06 00:59:40 UTC
Size:
620 bytes
patch
obsolete
>diff -ruN boa-0.94.14rc21-orig/src/cgi.c boa-0.94.14rc21/src/cgi.c >--- boa-0.94.14rc21-orig/src/cgi.c 2005-02-22 14:11:29.000000000 +0000 >+++ boa-0.94.14rc21/src/cgi.c 2007-08-06 01:33:11.000000000 +0100 >@@ -417,10 +417,11 @@ > } > DEBUG(DEBUG_CGI_ENV) { > int i; >- for (i = 0; i < req->cgi_env_index; ++i) >+ for (i = 0; i < req->cgi_env_index; ++i) { > log_error_time(); > fprintf(stderr, "%s - environment variable for cgi: \"%s\"\n", > __FILE__, req->cgi_env[i]); >+ } > } > > /* we want to use pipes whenever it's a CGI or directory */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250950
: 160722