Closed
Bug 284372
Opened 20 years ago
Closed 19 years ago
add server port number to pattern match in globals.pl in method validateReferer
Categories
(Webtools Graveyard :: Bonsai, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: harabai, Assigned: cls)
Details
Attachments
(1 file)
|
937 bytes,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041116 Firefox/1.0 (Ubuntu) (Ubuntu package 1.0-2ubuntu3) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041116 Firefox/1.0 (Ubuntu) (Ubuntu package 1.0-2ubuntu3) the port number needs to be included in the patter match of validateReferer method as the current form of it assumes the default of no port # which means port 80. i have a web server on port 8080 i am using to serve out bonzai's cgis, but i keep getting cannot call script directly error msgs. Reproducible: Always Steps to Reproduce: 1. use web server port # 8080 2. try to do a submit from admin.cgi 3. Actual Results: cannot complete my action Expected Results: completed my submit
Attachment #178607 -
Flags: review?(harabai) → review?(timeless)
Attachment #178607 -
Flags: review?(timeless) → review+
Checking in webtools/bonsai/globals.pl; /cvsroot/mozilla/webtools/bonsai/globals.pl,v <-- globals.pl new revision: 1.38; previous revision: 1.37 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•