On 10 Jan 2010, at 09:41, Felix Meschberger wrote:
>>
>>
>> IMHO, it would be better to use special credentials to identify the
>> administrative logins bound to the admin user.
>>
>> eg
>> public final class AdministrativeCredentials implements Credentials { ... }
>>
>> public final class GuestCredentials implements Credentials { ... }
>>
>> both private to the server bundle and only use by the SlingRepository impl.
>>
>> WDYT ?
>
> +1
>
> Very good idea, indeed. Makes perfect sense.
>
> Regards
> Felix
Ok, I will jira, work up a patch and share in the next week or so.
Ian