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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] (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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
