On Wed, Feb 18, 2009 at 1:44 AM, Tim Perrett <[email protected]> wrote:
> > > > Out of interest, can you elaborate on the bug? Req lazily builds a bunch of stuff the lazy parameter building is used during toString toString was being called after the request had been satisfied the underlying request.getContentType was being called Because the response had been sent, the request's content type was null. I strictly calculated the content type, but continue to lazily calculate the parameters. > > > Cheers, tim > > > > > -- 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
