This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.webdav-2.1.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git
commit b2bb239fce73bcacbb24ac7cf580f4c8294edd89 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Jul 11 10:39:08 2011 +0000 SLING-2133 : Sling WebDAV response is not sending realm correctly git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@1145114 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/sling/jcr/webdav/impl/helper/SlingResourceConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/jcr/webdav/impl/helper/SlingResourceConfig.java b/src/main/java/org/apache/sling/jcr/webdav/impl/helper/SlingResourceConfig.java index 0612a7f..ea519bf 100644 --- a/src/main/java/org/apache/sling/jcr/webdav/impl/helper/SlingResourceConfig.java +++ b/src/main/java/org/apache/sling/jcr/webdav/impl/helper/SlingResourceConfig.java @@ -112,7 +112,7 @@ public class SlingResourceConfig extends ResourceConfig { SlingWebDavServlet.DEFAULT_REALM); servletInitParams.put( SimpleWebdavServlet.INIT_PARAM_AUTHENTICATE_HEADER, - "Basic Realm=\"" + value + "\""); + "Basic realm=\"" + value + "\""); } // ---------- ResourceConfig overwrites -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
