On Mon, Feb 15, 2010 at 10:46 PM, Meredith Gregory
<[email protected]> wrote:

> Dear Jeppe,
> Thanks! A quick test shows that
>>curl -o test.txt
>> http://localhost:8080/biosimilarity-services/grammar/banana-cream-pie?file=file://<pathToFile>
> also results in test.txt containing banana-cream-pie.
> As for the latter comment, i'm writing an URL-passing protocol. That is, the
> service is being told the URL for a resource -- which it will use
> subsequently. That's still well within RESTful doctrine ;-).

Sorry, didn't see your original code :-) The parameters will not be
part of the url and thus not put into grammar. You'll have to fetch
the parameters manually either by way of S.params or Req.params

/Jeppe

-- 
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.

Reply via email to