I presume that the login processing URL is the filterProcessesUrl on my custom AuthenticationProcessingFilter:
<property name="filterProcessesUrl" value="/j_security_check"/>
Someone else may know more about what <form-login login-processing-url="/path"> actually does.
Richard


