]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1545269 - Request for Bug Dependency Graphs return a 404
authorDylan William Hardison <dylan@hardison.net>
Thu, 18 Apr 2019 19:25:55 +0000 (15:25 -0400)
committerdklawren <dklawren@users.noreply.github.com>
Thu, 18 Apr 2019 19:25:55 +0000 (15:25 -0400)
Bugzilla/App/Static.pm

index ea36cf480a102165f4383225ce81d8bbf7a78b82..0491f360ce4e45c634833a774237de96fc81048e 100644 (file)
@@ -11,7 +11,7 @@ use Bugzilla::Constants qw(bz_locations);
 
 my $LEGACY_RE = qr{
     ^ (?:static/v(?<version>[0-9]+\.[0-9]+)/) ?
-    (?<file>(?:extensions/[^/]+/web|(?:image|skin|j|graph)s)/.+)
+    (?<file>(?:extensions/[^/]+/web|(?:image|skin|j|graph)s|data/webdot)/.+)
     $
 }xs;