Closed
Bug 1142399
Opened 10 years ago
Closed 10 years ago
invalid xmlrpc requests warns: Use of uninitialized value $file in substitution (s///) (Bugzilla/WebService/Server/XMLRPC.pm:114)
Categories
(Bugzilla :: WebService, defect)
Bugzilla
WebService
Tracking
()
RESOLVED
FIXED
Bugzilla 6.0
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
|
686 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
invalid xmlrpc requests warns: Use of uninitialized value $file in substitution (s///) (Bugzilla/WebService/Server/XMLRPC.pm:114)
note: $method is set to 'methodName' if not provide, which is confusing to put in an error message.
Attachment #8576465 -
Flags: review?(dkl)
Comment 2•10 years ago
|
||
Comment on attachment 8576465 [details] [diff] [review]
1142399_1.patch
Review of attachment 8576465 [details] [diff] [review]:
-----------------------------------------------------------------
Fixes the issue. r=dkl
Attachment #8576465 -
Flags: review?(dkl) → review+
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
694d136..2f65ef5 master -> master
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: approval+
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 6.0
You need to log in
before you can comment on or make changes to this bug.
Description
•