Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
After a long ride into Pico and PicoExtras land, I finally got the integrationkit, servlet and webwork2 behaving as they should. There were a lot of small patches involved, mainly fixing bugs and correcting references.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | servlet.patch [ 11183 ] |
| Attachment | integrationkit.patch [ 11184 ] |
| Attachment | webwork2.patch [ 11185 ] |
| Attachment | WebContainerAssembler.java [ 11186 ] |
| Assignee | Aslak Hellesoy [ rinkrank ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Attaching servlet.patch. Fixes issue with the scope object not being the HttpServletRequest but a String "request". This aligns it with the other scope objects (ServletContext and HttpSession). Also fixed problem with the reference being null (already killed before).