Description
Trying to display the help page ends with 404. It's due to the fact that some module or core declares controller with the same name and the one from webservices.rest gets overwritten. Modules should follow a convention to give unique names to their beans and controllers like @Controller("webservices.rest.HelpController").