RedirectLeadingSlashesSubscriber
class RedirectLeadingSlashesSubscriber implements EventSubscriberInterface (View source)
Redirects paths starting with multiple slashes to a single slash.
Methods
redirect(RequestEvent $event)
Redirects paths starting with multiple slashes to a single slash.
static
getSubscribedEvents()
{@inheritdoc}
Details
redirect(RequestEvent $event)
Redirects paths starting with multiple slashes to a single slash.
static
getSubscribedEvents()
{@inheritdoc}