From: Dylan William Hardison Date: Thu, 18 Apr 2019 19:25:55 +0000 (-0400) Subject: Bug 1545269 - Request for Bug Dependency Graphs return a 404 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f836d3b4f86c1b72941cbd275adf54eabc5f56c;p=thirdparty%2Fbugzilla.git Bug 1545269 - Request for Bug Dependency Graphs return a 404 --- diff --git a/Bugzilla/App/Static.pm b/Bugzilla/App/Static.pm index ea36cf480..0491f360c 100644 --- a/Bugzilla/App/Static.pm +++ b/Bugzilla/App/Static.pm @@ -11,7 +11,7 @@ use Bugzilla::Constants qw(bz_locations); my $LEGACY_RE = qr{ ^ (?:static/v(?[0-9]+\.[0-9]+)/) ? - (?(?:extensions/[^/]+/web|(?:image|skin|j|graph)s)/.+) + (?(?:extensions/[^/]+/web|(?:image|skin|j|graph)s|data/webdot)/.+) $ }xs;