Hi,

Recently I had to override default behavior when access was denied to
a user. This works fine by specifying an
AuthenticationEntryPointInterface implementation. However, I still
need the default behavior in certain cases. I have a couple of
questions regarding this:

1) Is there some way to hall back to the default handling inside the
start method?
2) If not, how can I get the firewall entry that denied access to the
user? I want to be able to redirect to the login path that is set on
the original FormAuthenticationEntryPoint (by FormLoginFactory), which
is pulled from configuration or defaults to login.

Hope someone can shed some light on this.

Best,

Dirk Louwers

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to