protected final ResourceLocks resLocks;
protected IWebdavStore store;
private Map<String, IMethodExecutor> methodMap = new HashMap<String, IMethodExecutor>();
public WebDavServletBean() {
resLocks = new ResourceLocks();
try {
MD5_HELPER = MessageDigest.getInstance("MD5");
} catch (NoSuchAlgorithmException e) {
throw new IllegalStateException(e);