propertyMap.add( new PrincipalUrl() );
propertyMap.add( new PrincipalCollectionSetProperty() );
log.debug( "registering the ACLProtocol as a property source");
webDavProtocol.addPropertySource( this );
//Adding supported reports
webDavProtocol.addReport(new PrincipalSearchPropertySetReport());
}