Is it possible to use the standard Spring SimpleFormController along with Acegi to control the login form? So... in the AuthenticationProcessingFilterEntryPoint bean, the loginFormUrl would be /login.html or some URL managed by Spring MVC.
The problem I am having is how to direct the login information to the url managed by Acegi as specified in the AuthenticationProcessingFilter.filterProcessesUrl attribute.
This is probably a simple solution but for some reason, I am not seeing it.
Thanks!


