Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.0 RC1
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEMobile EE, GlassFish
Description
GlassFish v3 must be a supported platform for ICEmobile.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27685 | Mon Feb 06 16:31:00 MST 2012 | ted.goddard | use servlet Part stream copying for increased portability ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mediacast/src/main/java/org/icemobile/samples/mediacast/UploadServlet.java
MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/utils/Utils.java |
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.0 Final [ 10292 ] | |
Resolution | Fixed [ 1 ] |
Steve Maryka
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Current testing with GlassFish 3.1.1 is unsuccessful. This is due to the ICEmobile use of multipart requests and the fact that GlassFish 3.1.1 does not support form-encoded parameters as parts:
http://java.net/jira/browse/GLASSFISH-16740
This is explicitly allowed by Servlet 3.0 and has been fixed in GlassFish 3.1.2 b15.