Not Found: The requested URL ... was not found on this server

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

 Adobe

更快、更轻松地获得帮助

新用户?