Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
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
etersoft
bugzilla
Commits
130e6b50
Commit
130e6b50
authored
Sep 25, 1998
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug 890. Apparently, Apache has the habit of lower-casing some
of the boundary strings, so we'll just lower-case them all to make things work.
parent
1d349dc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
buglist.cgi
buglist.cgi
+4
-4
No files found.
buglist.cgi
View file @
130e6b50
...
...
@@ -22,9 +22,9 @@
use
diagnostics
;
use
strict
;
print
"Content-type: multipart/x-mixed-replace;boundary=
ThisRandomS
tring\n"
;
print
"Content-type: multipart/x-mixed-replace;boundary=
thisrandoms
tring\n"
;
print
"\n"
;
print
"--
ThisRandomS
tring\n"
;
print
"--
thisrandoms
tring\n"
;
require
"CGI.pl"
;
...
...
@@ -392,7 +392,7 @@ my $buglist = join(":", @bugarray);
print
"\n"
;
print
"--
ThisRandomS
tring\n"
;
print
"--
thisrandoms
tring\n"
;
my
$toolong
=
0
;
...
...
@@ -594,4 +594,4 @@ if ($count > 0) {
print
"<A HREF=\"buglist.cgi?$fields&tweak=1\">Make changes to several of these bugs at once.</A>\n"
;
}
}
print
"\n--
ThisRandomS
tring--\n"
;
print
"\n--
thisrandoms
tring--\n"
;
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