Folks,

The cleanup function for SessionVar has changed from () => Unit to
LiftSession => Unit.  The cleanup function for RequestVar has changed from
() => Unit to Box[LiftSession] => Unit.

Also, Box now has a ~> method.  This allows you to add information to a
Failure:

myBox ?~ "Didn't supply parameter" ~> 401

This allows you to return the 401 error message to be returned as the HTTP
response code.

Thanks,

David

-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to