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
Mathias Bogaert
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | servlet.patch [ 11183 ] |
Mathias Bogaert
made changes -
Attachment | integrationkit.patch [ 11184 ] |
Mathias Bogaert
made changes -
Attachment | webwork2.patch [ 11185 ] |
Mathias Bogaert
made changes -
Attachment | WebContainerAssembler.java [ 11186 ] |
Aslak Hellesøy
made changes -
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).