On 20.02.11 10:13, "Unmesh Joshi" <[email protected]> wrote: >1. GET /mycompany/accountsummary.html >2. Sling will try to get resource in JCR repository for >/mycompany/accountsummary >3. Its not available in JCR repository, so it uses NonExistingResource. >4. Sling tries to find a script/servlet for path >/mycompany/accountsummary??
No, non-existing resources have "sling:nonexisting" as resource type, so /(apps|libs)/sling/nonexisting would be the servlet/JSP path for those requests. See also my other mail: http://markmail.org/message/z7po24ac6f6zoxgd Regards, Alex -- Alexander Klimetschek Developer // Adobe (Day) // Berlin - Basel
