contextFuncBuilder doesn't capture all request state.
Updated 2 years, 2 months ago
| Marius Danciu | Reviewers | ||
| 191 | dchenbecker, dpp, marius, charles, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb | ||
| None | LiftWeb-archive | ||
This fix also improves the fix issue 56 as snippets processed asynchronously would benefit on the request information. Br's, Marius
Ad hoc. Request params are captured quite nicely.
This may lead to doubling initialized sessions and I'm not sure the about the smarts of doing that. Let's see if this actually breaks anything.
Posted 2 years, 2 months ago (November 18th, 2009, 10:48 p.m.)
I need an alternative fix for capturing request parameters as S.init inside contextFuncBuilder proved to induce side effects.
Posted 2 years, 2 months ago (November 18th, 2009, 10:48 p.m.)
I need an alternative fix for capturing request parameters as S.init inside contextFuncBuilder proved to induce side effects.
Review request changed
Updated 2 years, 2 months ago (November 30th, 2009, 11:37 p.m.)
-
- added Diff r2
Here are the updates for request context capturing and lazy-load comet transparent termination. Br's, Marius
I can't say that I fully understand what this code is for so I wasn't able to reason too much about whether the change has unintended side effects and so on, but I did a quick syntax review and had a couple small questions. I think they're minor though.
-
lift-base/lift-webkit/src/main/scala/net/liftweb/http/S.scala (Diff revision 2) -
takes attrs, but does not apparently use it?
-
why make copies of the entire list spine for _cookies, as opposed to using the donor req's cookies directly? It doesn't appear that you can change the cookies.
-
same as previous comment
-
same as previous comment
I can't say that I fully understand what this code is for so I wasn't able to reason too much about whether the change has unintended side effects and so on, but I did a quick syntax review and had a couple small questions. I think they're minor though.
Rockin awesome stuff
