Use ControllerMap::transformController() in RoutingCacheBuilder::getCaseInsensitiveCo...
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 27 Jun 2022 13:10:54 +0000 (15:10 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 27 Jun 2022 14:53:49 +0000 (16:53 +0200)
commitc404c8a9d6bb56bf9d36ba47f8a77b7948eedf91
treec11bc8714761cbf472958b52507e57a8ec318d1f
parent8e8f5a95db0c4d2d25e6795766cdbf1ee6a363e8
Use ControllerMap::transformController() in RoutingCacheBuilder::getCaseInsensitiveControllers()

The implementation is absolutely identical and thus can and should be unified.

A behavioral change without any externally visible effect is introduced: For
`TAJAXException` the last part (`Exception`) is no longer stripped. This is
completely irrelevant, as `ControllerMap::getLegacyClassData()` ignores all
classNames that do not end in Action, Form, or Page.
wcfsetup/install/files/lib/system/cache/builder/RoutingCacheBuilder.class.php