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
eb9af16f
Commit
eb9af16f
authored
Jan 07, 2015
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1113147: Revert the hack from bug 1108809 and blacklist SOAP::Lite 1.12
r=dkl a=glob
parent
a5758fa2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
Requirements.pm
Bugzilla/Install/Requirements.pm
+2
-0
XMLRPC.pm
Bugzilla/WebService/Server/XMLRPC.pm
+0
-7
No files found.
Bugzilla/Install/Requirements.pm
View file @
eb9af16f
...
...
@@ -280,6 +280,8 @@ sub OPTIONAL_MODULES {
# Fixes various bugs, including 542931 and 552353 + stops
# throwing warnings with Perl 5.12.
version
=>
'0.712'
,
# SOAP::Transport::HTTP 1.12 is bogus.
blacklist
=>
[
'^1\.12$'
],
feature
=>
[
'xmlrpc'
],
},
# Since SOAP::Lite 1.0, XMLRPC::Lite is no longer included
...
...
Bugzilla/WebService/Server/XMLRPC.pm
View file @
eb9af16f
...
...
@@ -47,13 +47,6 @@ BEGIN {
};
}
sub
new
{
my
$class
=
shift
;
my
$self
=
$class
->
SUPER::
new
(
@_
);
$self
->
{
debug_logger
}
=
sub
{};
return
$self
;
}
sub
initialize
{
my
$self
=
shift
;
my
%
retval
=
$self
->
SUPER::
initialize
(
@_
);
...
...
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