Closed
Bug 611979
Opened 14 years ago
Closed 14 years ago
Undefined subroutine &Bugzilla::Config::Advanced::check_multi when enabling strict_transport_security
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: sam, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
514 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.62 Safari/534.3
Build Identifier: 4.0rc1
If I try to set the strict_transport_security to either this_domain_only or include_subdomains, editparams.cgi throws an error:
Undefined subroutine &Bugzilla::Config::Advanced::check_multi called at editparams.cgi line 126.
Reproducible: Always
Using bugzilla via CGI with Apache 2.2.9.
Assignee | ||
Comment 1•14 years ago
|
||
Regression due to bug 600475.
Status: UNCONFIRMED → NEW
Depends on: 600475
Ever confirmed: true
Flags: blocking4.0+
Keywords: regression
OS: Linux → All
Hardware: x86_64 → All
Target Milestone: --- → Bugzilla 4.0
Version: unspecified → 4.0
Assignee | ||
Comment 2•14 years ago
|
||
Obviously the other bug hasn't been tested at all.
Comment on attachment 490371 [details] [diff] [review]
patch, v1
r=glob
Attachment #490371 -
Flags: review?(glob) → review+
Assignee | ||
Updated•14 years ago
|
Flags: approval?
Flags: approval4.0+
Flags: approval+
Assignee | ||
Comment 4•14 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/Config/Advanced.pm
Committed revision 7602.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.0/
modified Bugzilla/Config/Advanced.pm
Committed revision 7482.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•