Rush has uploaded a new change for review.
https://gerrit.wikimedia.org/r/174905
Change subject: Revert "bugzilla handles characters that are invalid for api"
......................................................................
Revert "bugzilla handles characters that are invalid for api"
This reverts commit e82a80d110a792bb8b9f1be4497dac1a21f13cc1.
Change-Id: Ic29c6eda133addfd08e204ecc57641a888c3e323
---
M Bugzilla/WebService/Server/XMLRPC.pm
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/bugzilla/modifications
refs/changes/05/174905/1
diff --git a/Bugzilla/WebService/Server/XMLRPC.pm
b/Bugzilla/WebService/Server/XMLRPC.pm
index 74206e1..26bf74e 100644
--- a/Bugzilla/WebService/Server/XMLRPC.pm
+++ b/Bugzilla/WebService/Server/XMLRPC.pm
@@ -273,10 +273,9 @@
}
}
}
-
# BEGIN workaround for https://bugzilla.wikimedia.org/show_bug.cgi?id=69747
if (ref $initial eq '') {
-$initial =~ s/([\x01-\x08\x0b\x0c\x0e\x0f-\x1f])/sprintf "\\x%02x", ord($1)/ge;
+$initial =~ s/([\x01-\x08\x0b\x0c\x0f-\x1f])/sprintf "\\x%02x", ord($1)/ge;
}
# END workaround for https://bugzilla.wikimedia.org/show_bug.cgi?id=69747
return $initial;
--
To view, visit https://gerrit.wikimedia.org/r/174905
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic29c6eda133addfd08e204ecc57641a888c3e323
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/bugzilla/modifications
Gerrit-Branch: master
Gerrit-Owner: Rush <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits