ecphp / cas-bundle

CAS Bundle, a standard Symfony bundle for authentication using CAS protocol.
https://ecphp-cas-bundle.readthedocs.io
BSD 3-Clause "New" or "Revised" License
43 stars 9 forks source link

Symfony configuration needs to prevent throwing. #67

Open drupol opened 2 years ago

drupol commented 2 years ago

When trying to replace Symfony routes to URL, it might throws when the route does not exist.

It should silently fail.

image

Steps required to reproduce the problem

Expected Result

Actual Result