mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
When we get here it is a Bad Request, not a Server Error.
This commit is contained in:
parent
584a52cb70
commit
9e774b295a
@ -147,5 +147,5 @@ switch ( $request->method ) {
|
|||||||
dbg_error_log( 'caldav', 'RAW: %s', str_replace("\n", '',str_replace("\r", '', $request->raw_post)) );
|
dbg_error_log( 'caldav', 'RAW: %s', str_replace("\n", '',str_replace("\r", '', $request->raw_post)) );
|
||||||
}
|
}
|
||||||
|
|
||||||
$request->DoResponse( 500, translate('The application program does not understand that request.') );
|
$request->DoResponse( 400, translate('The application program does not understand that request.') );
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user