Skip lift processing for single html file

2 views
Skip to first unread message

jon

unread,
Aug 14, 2009, 12:54:46 PM8/14/09
to Lift
Hi,

How do I tell lift to serve "/foo.html" directly (without parsing xml
or adding javascript) where "foo.html" is a file that lives in my
webapp folder? I still want lift to process the rest of my html
files.

- Jon

David Pollak

unread,
Aug 14, 2009, 12:57:34 PM8/14/09
to lif...@googlegroups.com
LiftRules.liftRequest.append {
  case Req("foo" :: Nil, _, _) => false
--
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
Reply all
Reply to author
Forward
0 new messages