Hi, A property also resolves to a Resource when accessed and the default get servlet sends it as a response.
What's the problem here ? You might want to use access control to prevent this. Regards Felix Am 16.11.2012 um 22:06 schrieb David G.: > 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!
