
Tuesday May 16, 2006
New Feature WebDAV Access Control Protocol In Sun Java System Web Server 7.0
New Feature WebDAV Access Control Protocol In Sun Java System Web Server 7.0
There's a whole bunch of new stuff in Sun Java System Web Server 7.0, and you can download it for free from
http://www.sun.com/download/index.jsp?cat=Web%20%26%20Proxy%20Servers&tab=3&subcat=Web%20Servers .
WebDAV and WebDAV Access Control Protocol support in Sun Java System Web Server 7.0
Sun Java System Web Server 7.0 now
- Conforms to WebDAV protocol as defined by the RFC
2518.
- Supports the following HTTP methods GET, HEAD, OPTIONS, PUT, LOCK, UNLOCK,
MKCOL, COPY, MOVE PROPPATCH, DELETE, PROPFIND.
- Conforms to WebDAV Access
Control Protocol as defined by
the RFC 3744.
- Also supports ACL,
REPORT(DAV:acl-principal-prop-set, DAV:principal-match,
DAV:expand-property), PROPFIND (DAV:acl and
DAV:current-user-privilege-set property).
- Has finer access rights like dav:all, dav:read, dav:read-acl,
dav:read-current-user-privilege-set, dav:write, dav:write-acl,
dav:write-properties, dav:write-content, dav:bind, dav:unbind,
dav:unlock.
Read More>>>>
[
Read More]
Posted by meena
( May 16 2006, 11:22:27 PM IST )
Permalink
Configuring WebDAV in Sun Java System Web Server 7.0
Configuring WebDAV in Sun Java System Web Server 7.0
Download Sun Java System Web Server 7.0 absolutely free from here.
Also check out my next blog about WebDAV Access Control Protocol(RFC 3744) support in Sun Java System Web Server 7.0.
Overview
WebDAV stands for "Web-based Distributed Authoring and Versioning". It
is a set of extensions to the HTTP protocol which allows users to
collaboratively edit and manage files on remote web servers. Sun Java
System Web Server 7.0 conforms to WebDAV protocol as defined by the RFC
2518 and the WebDAV Access Control Protocol specification as defined by
the RFC 3744.
In this article I will describe how to configure WebDAV in Sun Java System Web Server 7.0 via Administration CLI.
Read More>>
[
Read More]
Posted by meena
( May 16 2006, 11:17:56 PM IST )
Permalink