net.java.dev.webdav.interop
Class WindowsRedirectorPatchResource

java.lang.Object
  extended by net.java.dev.webdav.interop.WindowsRedirectorPatchResource

public final class WindowsRedirectorPatchResource
extends java.lang.Object

This class represents a JAX-RS resource with only the OPTIONS-Method which returns WebDAV-specific headers for the root resource. Why is this needed? If you want to register a network folder. For example "net use X: http://mywebdavserver/filesystem". Microsoft MiniRedir expects that the root resource is webdav enabled. If you add this Resource, your server will be webdav enabled on the root.

Author:
Daniel Manzke

Constructor Summary
WindowsRedirectorPatchResource()
           
 
Method Summary
 javax.ws.rs.core.Response options()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsRedirectorPatchResource

public WindowsRedirectorPatchResource()
Method Detail

options

public javax.ws.rs.core.Response options()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.