ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
webdav.php File Reference

Go to the source code of this file.

Variables

 $path_info_components = explode('/', (string) $_SERVER['PATH_INFO'])
 
 $client_id = $path_info_components[1]
 
 $show_mount_instr = isset($_GET['mount-instructions'])
 
 try
 
 $_GET ["client_id"] = $client_id
 
 $post_array = $_POST
 
catch(InvalidArgumentException) if(!ilDAVActivationChecker::_isActive()) $webdav_dic = new ilWebDAVDIC()
 

Variable Documentation

◆ $_GET

$_GET["client_id"] = $client_id

Definition at line 30 of file webdav.php.

◆ $client_id

$client_id = $path_info_components[1]

Definition at line 25 of file webdav.php.

◆ $path_info_components

$path_info_components = explode('/', (string) $_SERVER['PATH_INFO'])

Definition at line 24 of file webdav.php.

Referenced by ilCalendarRemoteAccessHandler\parseRequest().

◆ $post_array

$post_array = $_POST

Definition at line 32 of file webdav.php.

Referenced by ilWebDAVRequestHandler\handleRequest().

◆ $show_mount_instr

$show_mount_instr = isset($_GET['mount-instructions'])

Definition at line 26 of file webdav.php.

◆ $webdav_dic

catch(InvalidArgumentException) if (!ilDAVActivationChecker::_isActive()) $webdav_dic = new ilWebDAVDIC()

Definition at line 56 of file webdav.php.

Referenced by ilObjectListGUI\getProperties().

◆ try

try
Initial value:
{
const int CONTEXT_HTTP
HTTP Auth used for WebDAV and CalDAV If a special handling for WebDAV or CalDAV is required overwrite...
static setContext(int $a_context)

Definition at line 28 of file webdav.php.