Scheduled Maintenance: over the next few days, we will update Jira to a newer version.

If you don't know Jira 4.x yet, you might be a little surprised by the UI changes ... :)

Issue Details (XML | Word | Printable)

Key: MAGNOLIA-2449
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Teresa Miyar
Reporter: Teresa Miyar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Magnolia

MgnlContext.getParameters does not return multipart form ones

Created: 24/Oct/08 04:22 PM   Updated: 03/Feb/09 10:09 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 4.0

Time Tracking:
Not Specified

Issue Links:
relation
 

Labels: form multipart parameters
Resolution Date: 12/Jan/09 09:09 AM
Date of First Response: 24/Oct/08 04:29 PM


 Description  « Hide
Added temporary fix, need to drop use of RequestFormUtil

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Hudson CI server added a comment - 24/Oct/08 04:29 PM
Integrated in magnolia_main-trunk #171
get form parameters from mgnlContext

Hudson CI server added a comment - 30/Oct/08 04:04 PM
Integrated in magnolia_main-trunk #186
undo changes in the getparameters classcastexception in getparameters as it used map <string string[]> not map <string string>

Hudson CI server added a comment - 30/Oct/08 05:39 PM
Integrated in magnolia_main-trunk #189
updated test

Hudson CI server added a comment - 31/Oct/08 04:54 PM
Integrated in magnolia_main-trunk #190
using push/pop request instead of RequestFormUtil

Hudson CI server added a comment - 05/Nov/08 02:54 PM
Integrated in magnolia_main-trunk #200
remove push/pop no need for it

Hudson CI server added a comment - 05/Nov/08 03:14 PM
Integrated in magnolia_main-trunk #201
, MAGNOLIA-2387 Make sure request is synchronized in the context.

Hudson CI server added a comment - 05/Nov/08 03:24 PM
Integrated in magnolia_main-trunk #202
, MAGNOLIA-2387 Removed unused imports.

Hudson CI server added a comment - 05/Nov/08 06:29 PM
Integrated in magnolia_main-trunk #207
, MAGNOLIA-2387 Fixed to push the modified request to WebContext.

Grégory Joseph added a comment - 15/Dec/08 07:08 PM
Can we get a clear status on this?

Hudson CI server added a comment - 15/Dec/08 07:14 PM
Integrated in magnolia_main-trunk #310
MAGNOLIA-2245 deprecated most of MultipartForm and RequestFormUtil - should not be necessary since fixing - request parameters should be correctly wrapped.