Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
fa223885
Commit
fa223885
authored
Feb 20, 2012
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PATH_INFO support
parent
d05b7b06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test.pl
test/test.pl
+1
-0
No files found.
test/test.pl
View file @
fa223885
...
...
@@ -364,6 +364,7 @@ unless (scalar(@ARGV) > 0 and $ARGV[0] eq "basic_tests") {
o
(
"GET /env.cgi HTTP/1.0\n\r\n"
,
'\nCGI_FOO=foo\n'
,
'-cgi_env 1'
);
o
(
"GET /env.cgi HTTP/1.0\n\r\n"
,
'\nCGI_BAR=bar\n'
,
'-cgi_env 2'
);
o
(
"GET /env.cgi HTTP/1.0\n\r\n"
,
'\nCGI_BAZ=baz\n'
,
'-cgi_env 3'
);
o
(
"GET /env.cgi/a/b HTTP/1.0\n\r\n"
,
'PATH_INFO=/a/b\n'
,
'PATH_INFO'
);
# Check that CGI's current directory is set to script's directory
my
$copy_cmd
=
on_windows
()
?
'copy'
:
'cp'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment