I wrote a frontend so e.g. localhost:8080/picture/blah.jpg
encapsulates /tmp/blah.jpg and will return an InMemoryResponse() with
blah.jpg as content.

I have something like the following:
LiftRules.dispatch.append {
  case r @ Req("picture" :: fileName :: Nil, "", GetRequest) => () =>
     ...
}

Thing is my partial function is not being called when I do /picture/
blah.jpg but only gets called on /picture/blah

It looks like 'fileName' is not allowed to have a 'dot' in it.

Is it possible that this is a bug?

I'm not familiar enough with the Lift code base to dive into the rules
engine.

Cheers,
Alfred
--~--~---------~--~----~------------~-------~--~----~
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