You can find few set of link which will guide you to do the spring configuration for the webdav. But, i have reallized that most of the readers getting trouble when implementing those codes as they are not properly explain how to do it basic level. Here is the clear working guide for the spring webdav integration with encripted password. 01. Setup the spring blank project from your desired developement tool (netbeans, eclipse,intelliJ IDEA). I am using intelliJ on this tutorial. And setup spring security example based on the available sources on the web. Here is the few links you may try. http://blog.solidcraft.eu/2011/03/spring-security-by-example-set-up-and.html http://static.springsource.org/spring-security/site/docs/3.0.x/reference/sample-apps.html After completing the above steps, you could be able to log in to the web application using form based authontification with encripted password on the database. Now lets setup for the webdav folder access for the above web proj
Comments
Post a Comment