I just upgraded from 1.0.4 to 1.0.5 of Acegi (with Spring 2.0.6) and noticed a strange message in my log output when the application started (DEBUG level must be turned on to see this). The message...
Type: Posts; User: therring; Keyword(s):
I just upgraded from 1.0.4 to 1.0.5 of Acegi (with Spring 2.0.6) and noticed a strange message in my log output when the application started (DEBUG level must be turned on to see this). The message...
I have opened an issue in JIRA. Although I have never used it before... hopefully I did it correctly.
I have encountered an issue with using BatchSQLUpdate. We are loading 30+ million rows into a MySQL table. (I know that there are other ways to load tables but this is the best solution for this...
Thanks for the response. I reviewed the link that you sent and re-though the approach that I was taking.
It doesn't seem like the SimpleFormController will be the best class for the job. Since...
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...
Why does the Spring source code create org.apache.commons.logging.Log variables as class members rather than as static? The reason that I ask is that the commons-logging documentation recommends...