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
|
|
@ -275,3 +275,7 @@ to be called.
|
|||
Inventory adjust is also no longer done when an object is created from scratch. You will need to call onAdjustQuantityInCart
|
||||
manually.
|
||||
|
||||
WebGUI::URL
|
||||
==========================
|
||||
In WebGUI 8, URL handlers are now done as Plack middleware. See WebGUI::Middleware::Snoop and WebGUI::Middleware::WGAccess
|
||||
for examples.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue