All, As with the fix for issue 269 the signature for LiftRules.calculateContextPath has been changed from:
var calculateContextPath: (HTTPRequest) => Box[String] to var calculateContextPath: () => Box[String] as the context-path is an environmental concept and not much a request/ request variant. By default this function returns an Empty therefore the context-path used is the one set in your JEE container for your application. Also calcContextPath has been removed. Br's, Marius -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
