You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2004/08/24 17:24:41 UTC

DO NOT REPLY [Bug 30828] New: - centralize connection properties in ant tasks

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30828>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30828

centralize connection properties in ant tasks

           Summary: centralize connection properties in ant tasks
           Product: Slide
           Version: 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: luetzkendorf@apache.org


(splitted enhancement from bug 30571)

Last but not least, I'd like to say that I dislike the fact that every ant task
comes with connection properties like url, username, password.
This way, ant has to reconnnect and reauthenticate with the server for each
operation. Therefore I'd like to propose to have one Ant task wich constitutes a
 webdav session and that all the other ant tasks can reference this
authentication context.

Maybe like this:

<dav:authContext name="session1" url="..." username="..." password="..." />
<dav:get context="session1">
    ....
</dav:get>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org