Is there a way to prevent making a GET for the full path to a property to NOT return the property's value:
HTTP GET /content/site/page/jcr:content/page-property ==> "this is the page property value" I want it to return nothing -- i would be find being able to control this on a per-resourcetype basis as well. I did not see this an a option on the Sling GET Servlet. Is it configured someplace else perhaps? Thanks!
