Remove URL handlers from config files, and from the default config file. Add a stub to the migration notes that URLHandlers are now done as Plack Middleware.
This commit is contained in:
parent
e71e95544f
commit
b640216437
3 changed files with 12 additions and 16 deletions
8
share/upgrades/7.10.4-8.0.0/removeURLHandlers.pl
Normal file
8
share/upgrades/7.10.4-8.0.0/removeURLHandlers.pl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
use WebGUI::Upgrade::Script;
|
||||
|
||||
start_step "Removing URL Handlers from WebGUI Configuration files";
|
||||
|
||||
session->config->delete( 'urlHandlers' );
|
||||
|
||||
done;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue