How can I find out what is causing a certain URL to be resolved to a synthetic resources?
问题 On my Adobe CQ 5 (CQ 5.6) installation, for some reason, there's a URL ( http://localhost:4503/services ) that is getting resolved to a synthetic resource: This is causing CQ to show the following page, rather than a 404 Page Not Found page: What is causing this behavior? 回答1: You get Forbidden error not because of the strange type of the /services , but because you didn't add any extension (you'll get the same result requesting /content/geometrixx ). Let's try to add some extension: .html