You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (Created) (JIRA)" <ji...@apache.org> on 2011/11/08 21:19:51 UTC

[jira] [Created] (SLING-2271) Use SlingAuthenticator for SlingSimpleWebDavServlet

Use SlingAuthenticator for SlingSimpleWebDavServlet
---------------------------------------------------

                 Key: SLING-2271
                 URL: https://issues.apache.org/jira/browse/SLING-2271
             Project: Sling
          Issue Type: Improvement
          Components: JCR
            Reporter: Justin Edelson


As with SLING-2167, the SlingSimpleWebDavServlet should use the Sling authenticator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SLING-2271) Use SlingAuthenticator for SlingSimpleWebDavServlet

Posted by "angela (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146929#comment-13146929 ] 

angela commented on SLING-2271:
-------------------------------

honestly, i really doubt that is a reasonable thing to do. what is the requirement behind this?
the aim of the simpledavservlet in jackrabbit is to allow webdav clients to access a jcr repository.
and dav clients are known for being limited in their ability to deal with authentication...

on the other hand the sling authenticator adds all kind of fancy configuration options that don't
have any meaning in a webdav client server setup and are prone to simply disable the
webdav functionality.

                
> Use SlingAuthenticator for SlingSimpleWebDavServlet
> ---------------------------------------------------
>
>                 Key: SLING-2271
>                 URL: https://issues.apache.org/jira/browse/SLING-2271
>             Project: Sling
>          Issue Type: Improvement
>          Components: JCR
>            Reporter: Justin Edelson
>
> As with SLING-2167, the SlingSimpleWebDavServlet should use the Sling authenticator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SLING-2271) Use SlingAuthenticator for SlingSimpleWebDavServlet

Posted by "angela (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147075#comment-13147075 ] 

angela commented on SLING-2271:
-------------------------------

it is part of the configuration how the webdav servlet behave in case of missing authentication. please don't make any
assumption and just keep it backwards compatibible.

> Common and single place to configure; making the lives of admins easier .... 

in this case it makes the administrators life really hard because there are far to many options in the sling authenticator
and an admin fiddling around with it to finally get his/her webapp run, will not be aware that the very config option that
was fine for the regular webpage just broke the webdav support.

and probably i wouldn't even care about if it wasn't me that had to run after "webdav problem" that turns out to
be introduced in sling by people stating "... works a designed" when they just broke the fundamentals of the webdav servlet
by trying to fit them into the sling authenticator schema :)
                
> Use SlingAuthenticator for SlingSimpleWebDavServlet
> ---------------------------------------------------
>
>                 Key: SLING-2271
>                 URL: https://issues.apache.org/jira/browse/SLING-2271
>             Project: Sling
>          Issue Type: Improvement
>          Components: JCR
>            Reporter: Justin Edelson
>
> As with SLING-2167, the SlingSimpleWebDavServlet should use the Sling authenticator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SLING-2271) Use SlingAuthenticator for SlingSimpleWebDavServlet

Posted by "Felix Meschberger (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147013#comment-13147013 ] 

Felix Meschberger commented on SLING-2271:
------------------------------------------

Common and single place to configure; making the lives of admins easier ....

Even though the Sling Auth infrastructure will be used, it will be limited to support BASIC authentication, but probably unlike the DavEx bundle, which does not request credentials if missing, this bundle should probably do so and thus not allow anonymous access. Particularly since WebDAV clients generally don't do preemptive HTTP Basic authentication.
                
> Use SlingAuthenticator for SlingSimpleWebDavServlet
> ---------------------------------------------------
>
>                 Key: SLING-2271
>                 URL: https://issues.apache.org/jira/browse/SLING-2271
>             Project: Sling
>          Issue Type: Improvement
>          Components: JCR
>            Reporter: Justin Edelson
>
> As with SLING-2167, the SlingSimpleWebDavServlet should use the Sling authenticator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira