Hi,

Am Dienstag, den 11.12.2007, 17:03 +0000 schrieb [EMAIL PROTECTED]:
> +        
> +        // SLING-133: do not resolve scripts for Properties, we want to use 
> our default
> +        // renderers for them (TODO: having that test here is really a temp 
> fix)
> +        if(r.adaptTo(Property.class) != null) {
> +            return null;
> +        }

While I honestly do not have a good solution, I am always weary of such
special case handling.

But then: Why should such resources not be handled by any script (or
servlet) ?

Regards
Felix


Reply via email to