Thanks for the explanation David. On Feb 18, 3:14 pm, David Pollak <[email protected]> wrote: > 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.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
