Hi That does not exist yet.
Assuming, that "reading" is only implemented with GET requests and "writing" is only implemented with non-GET requests (as it should really be ;-) ) it would be conceivable to implement such read-only cases easily at the Web Console level by filter on the request method. But that is just an implementation idea. You might want to report an issue and provide a patch ? ;-) Regards Felix Am 11.03.2013 um 16:26 schrieb John Mitchell: > Hi, > > Is it possible provide readonly access to the Felix web console? I'm > trying to configure it like that so I can allow users to look at > configuration, OSGI bundle statuses, etc without having the means to > change them. > > Any suggestions? > > Thanks > > John Mitchell > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Felix Meschberger | Principal Scientist | Adobe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

