mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: Prevent 500 error when a HEAD request is sent to its action URL.
This commit is contained in:
parent
e443ec5c9c
commit
067204d003
@ -192,6 +192,7 @@ class Form extends RequestHandler {
|
|||||||
'$Action!' => 'handleAction',
|
'$Action!' => 'handleAction',
|
||||||
'POST ' => 'httpSubmission',
|
'POST ' => 'httpSubmission',
|
||||||
'GET ' => 'httpSubmission',
|
'GET ' => 'httpSubmission',
|
||||||
|
'HEAD ' => 'httpSubmission',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user