*/
public VFSMount getMountFromString(String mountName, LaunchSession launchSession) throws DAVException, DAVAuthenticationRequiredException {
// Network place mounts will always require authentication
if(launchSession.getSession() == null) {
throw new DAVAuthenticationRequiredException(WebDAVAuthenticationModule.DEFAULT_REALM);
}
try {
NetworkPlace resource = (NetworkPlace) NetworkPlacePlugin.NETWORK_PLACE_RESOURCE_TYPE.getResourceByName(mountName,
getRepository().getSession());