Jacek, I am not sure what the problem is. In general, the security stuff has and does for many. It seems that you are trying the right things.
That said, I assume there must be a bug somewhere. Let me see if I can recreate the problem here somehow. Sorry, I dont have a better answer at the moment. Randy On Fri, 2006-01-13 at 23:10 +0100, Jacek Wiślicki wrote: > Wiadomosc od Randy Watler z 2006-01-13 22:54 brzmiala: > > > Jacek, > > > > That security constraint is malformed. > > > > If you want to restrict view to managers only, please try something like > > this: > > > > <security-constraints> > > <security-constraint> > > <roles>manager</roles> > > <permissions>view</permissions> > > </security-constraint> > > </security-constraints> > Well, the previous code references the definition in page.security in > the root folder (as far as I remember the one included in Jetspeed demo > pages). Unfortunately, your code didn't help. Is it a bug or some > misconfiguration at my side? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
