Index: jackrabbit-standalone/src/main/resources/WEB-INF/web.xml =================================================================== --- jackrabbit-standalone/src/main/resources/WEB-INF/web.xml (revision 898387) +++ jackrabbit-standalone/src/main/resources/WEB-INF/web.xml Wed Jan 13 16:50:52 CET 2010 @@ -77,14 +77,16 @@ Defines how a missing authorization header should be handled. 1) If this init-param is missing, a 401 response is generated. - This is suiteable for clients (eg. webdav clients) for which - sending a proper authorization header is not possible if the - server never sent a 401. + This is suiteable for clients (eg. webdav clients) for which + sending a proper authorization header is not possible if the + server never sent a 401. 2) If this init-param is present with an empty value, - null-credentials are returned, thus forcing an null login - on the repository. + null-credentials are returned, thus forcing an null login + on the repository. - 3) If this init-param has a 'user:password' value, the respective + 3) If this init-param is present with the value 'guestcredentials' + java.jcr.GuestCredentials are used to login to the repository. + 4) If this init-param has a 'user:password' value, the respective - simple credentials are generated. + simple credentials are generated.