Kernel::WebApp::Plugin::3300ProvideLegacyRoutes

NAME

Kernel::WebApp::Plugin::3300ProvideLegacyRoutes – Provide legacy routes.

PUBLIC INTERFACE

register()

old public routes like /otrs/public.pl?Action=MyAction and /otrs/customer.pl?Action=MyAction still need to be supported.

This plugin will map them to /otrs/public.pl/Action/MyAction / /otrs/customer.pl/Action/MyAction, so that controllers can provide legacy routes for them.

Scroll to Top