تاريخ آخر تحديث
6 مايو 2021
|
ينطبق أيضًا على Dispatcher
Symptoms
The dispatcher has been configured for an author instance by caching only /libs/CFC/* and having allowAuthorized set to "1" however, the edited content cannot be saved. The following error is shown :
Not Found The requested URL /author/libs/CFC/content/controls/dialog.html was not found on this server.
Cause
The dispatcher default configuration is denying POST requests :
/filter { /0001 { /glob "*" /type "allow" } /0002 { /glob "POST *" /type "deny" } }
Resolution
Modify dispatcher configuration for allowing POST requests :
/filter { /0001 { /glob "*" /type "allow" } /0002 { /glob "* /admin*" /type "deny" } }
Applies to
Dispatcher