fix: Pluggable URL handlers didn't work with gateways other than /.
This commit is contained in:
parent
bff94329dc
commit
215914590a
3 changed files with 8 additions and 2 deletions
|
|
@ -458,7 +458,7 @@
|
|||
# { "^/perl-status$" : "WebGUI::URL::PassThru" },
|
||||
{ "^/uploads/dictionaries" : "WebGUI::URL::Unauthorized" },
|
||||
{ "^/uploads" : "WebGUI::URL::Uploads" },
|
||||
{ "^/\*give-credit-where-credit-is-due\*$" : "WebGUI::URL::Credits" },
|
||||
{ "^/\\*give-credit-where-credit-is-due\\*$" : "WebGUI::URL::Credits" },
|
||||
{ "^/abcdefghijklmnopqrstuvwxyz$" : "WebGUI::URL::Snoop" },
|
||||
{ ".*" : "WebGUI::URL::Content" }
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue