Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#4
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
Description
If you put an inputFile component on a page in the root directory, it works, otherwise if you put it in a page in a subdirectory, the upload fails, because the IFRAME tag is referencing /subdir/uploadHtml, but the upload servlet is listening at /uploadHtml
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13883 | Tue May 15 16:48:29 MDT 2007 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
|
Mark Collette
created issue -
Mark Collette
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.6 [ 10031 ] | |
Assignee | Mark Collette [ mark.collette ] |
Mark Collette
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6DR#5 [ 10071 ] | |
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |
Now, instead of the InputFile rendering a relative path to the upload servlet, it uses an absolute path, derived from the request context path.
Subversion 13883
icefaces\component\src\com\icesoft\faces\component\inputfile\InputFile.java