Minor *** breaking change *** LiftRules.httpAuthProtectedResource

0 views
Skip to first unread message

Marius

unread,
Jan 9, 2010, 1:14:40 PM1/9/10
to Lift
Hi,

LiftRules.httpAuthProtectedResource was changed from

PartialFunction[ParsePath, Box[Role]

to

PartialFunction[Req, Box[Role]


Also the HttpAuthProtected LocParam from

HttpAuthProtected(role: () => Box[Role])

to

HttpAuthProtected(role: (Req) => Box[Role])

Br's,
Marius

Reply all
Reply to author
Forward
0 new messages