RESOLVED FIXED 169926
Fix Apache::SizeLimit unshared size limit in mod_perl.pl for bugs.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=169926
Summary Fix Apache::SizeLimit unshared size limit in mod_perl.pl for bugs.webkit.org
David Kilzer (:ddkilzer)
Reported 2017-03-21 14:38:21 PDT
After updating to Bugzilla 5.0.3, the syntax for the Apache::SizeLimit module changed: -Apache2::SizeLimit->set_max_unshared_size(700_000); +$Apache2::SizeLimit::MAX_UNSHARED_SIZE = 800000; This is to track that change, and to test fixing "webkit-patch upload" for the new Bugzilla.
Attachments
Patch (1.46 KB, patch)
2017-03-21 14:47 PDT, David Kilzer (:ddkilzer)
no flags
Patch (1.46 KB, patch)
2017-03-21 14:49 PDT, David Kilzer (:ddkilzer)
no flags
Patch (1.46 KB, patch)
2017-03-21 15:13 PDT, David Kilzer (:ddkilzer)
bfulgham: review+
Patch for landing (1.46 KB, patch)
2017-03-21 15:44 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2017-03-21 14:47:11 PDT
David Kilzer (:ddkilzer)
Comment 2 2017-03-21 14:48:57 PDT
Let's try uploading again, this time as a security bug.
David Kilzer (:ddkilzer)
Comment 3 2017-03-21 14:49:20 PDT
David Kilzer (:ddkilzer)
Comment 4 2017-03-21 15:11:40 PDT
Mucking with the title.
David Kilzer (:ddkilzer)
Comment 5 2017-03-21 15:13:33 PDT
Brent Fulgham
Comment 6 2017-03-21 15:15:25 PDT
Comment on attachment 305032 [details] Patch Seems reasonable. Wish we had EWS coverage for this, but at least we'll notice if we break anything pretty quickly!
David Kilzer (:ddkilzer)
Comment 7 2017-03-21 15:44:35 PDT
Created attachment 305039 [details] Patch for landing
Radar WebKit Bug Importer
Comment 8 2017-03-23 09:36:52 PDT
Note You need to log in before you can comment on or make changes to this bug.