jcr-server: webdav servlet does not read authenticate-header parameter
----------------------------------------------------------------------
Key: JCR-289
URL: http://issues.apache.org/jira/browse/JCR-289
Project: Jackrabbit
Type: Bug
Reporter: Peter Darton
Priority: Trivial
In WEB-INF/web.xml, there is a section (commented-out by default) that reads:
<init-param>
<param-name>authenticate-header</param-name>
<param-value>Basic realm="Jackrabbit Webdav Server"</param-value>
<description>
Defines the value of the 'WWW-Authenticate' header.
</description>
</init-param>
This parameter is ignored (not loaded) by the code - the default string is
always used instead
Note: this was more of a problem before JCR-286 had been fixed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira