Re: [Lift] Re: Forcing Authentication not working

2010-02-08 Thread Timothy Perrett
You need to be registered on assembla and watching the Lift space - we do that to avoid spam Cheers, Tim On 8 Feb 2010, at 09:18, aw wrote: > On Feb 7, 11:31 pm, Marius wrote: >> Please open a defect herehttp://www.assembla.com/spaces/liftweb/tickets > > Would love to, but the "New Ticket" bu

Re: [Lift] Re: Forcing Authentication not working

2010-02-08 Thread Indrajit Raychaudhuri
You have to register yourself as "Watcher" of the space liftweb to see the "New Ticket" button :) We have this rule to avoid (Anonymous) spams in the ticket. Cheers, Indrajit On 08/02/10 2:48 PM, aw wrote: On Feb 7, 11:31 pm, Marius wrote: Please open a defect herehttp://www.assembla.com/sp

[Lift] Re: Forcing Authentication not working

2010-02-08 Thread aw
On Feb 7, 11:31 pm, Marius wrote: > Please open a defect herehttp://www.assembla.com/spaces/liftweb/tickets Would love to, but the "New Ticket" button does not seem to exist... Is this project configured correctly to accept non-teammate submissions? -- You received this message because you are

[Lift] Re: Forcing Authentication not working

2010-02-07 Thread Marius
Please open a defect here http://www.assembla.com/spaces/liftweb/tickets Br's, Marius On Feb 7, 10:44 pm, aw wrote: > OK, I think I found the source code that is the culprit.  From > LiftServlet.scala: > > http://github.com/dpp/liftweb/blob/master/framework/lift-base/lift-we... > >   private def

[Lift] Re: Forcing Authentication not working

2010-02-07 Thread aw
OK, I think I found the source code that is the culprit. From LiftServlet.scala: http://github.com/dpp/liftweb/blob/master/framework/lift-base/lift-webkit/src/main/scala/net/liftweb/http/LiftServlet.scala private def authPassed_?(req: Req): Boolean = { val checkRoles: (Role, List[Role]) =

[Lift] Re: Forcing Authentication not working

2010-02-07 Thread aw
Thank you for responding, and I can use your advice to make my code a little less verbose and concise. Alas, it did not address my core issue of forcing authentication. The behavior is exactly the same. If I go to a protected resource with a Role requirement, then authentication and an authoriza