[Lift] Lift 2.0 RequestMatcher

2010-02-16 Thread Ilya Sterin
I'm trying to use Lift 2.0-scala280-SNAPSHOT with Scala 2.8.0.Beta1. I'm looking to create a RESTful service. I looked at the routing examples available and they all seem to utilize something like... val apiDispatcher: LiftRules.DispatchPf = { case RequestMatcher(r @ RequestState(api ::

Re: [Lift] Lift 2.0 RequestMatcher

2010-02-16 Thread Ross Mellgren
As a word before giving you a direct answer, you should know that Scala 2.8.0 branch of Lift is not officially supported yet. We obviously invite bugs to fix and so on, but there are things that could be strangely broken and we won't be able to support you as well. You might consider switching