[ http://issues.apache.org/struts/browse/STR-1839?page=all ]
     
Don Brown resolved STR-1839:
----------------------------

    Fix Version:     (was: TBD)
     Resolution: Not A Problem
      Assign To:     (was: Struts Developer Mailing List)

The struts upload war isn't distributed with Struts any longer.  If you still 
have this problem with a more recent version of struts, please reopen and 
update the description.

> [upload] upload-utf8.jsp doesn't work with bea weblogic server 7.0 - 8.1
> ------------------------------------------------------------------------
>
>          Key: STR-1839
>          URL: http://issues.apache.org/struts/browse/STR-1839
>      Project: Struts Action 1
>         Type: Improvement

>   Components: Apps
>     Versions: 1.1 Final
>  Environment: Operating System: All
> Platform: PC
>     Reporter: Franck
>     Priority: Minor

>
> Hello,
> when I Install struts-upload.war onto a BEA Weblogic server (tried on 7.0 and 
> 8.1), the example file upload-utf8.jsp doesn't work:
> When I put accentuated caracters (like é, ö, ä, ...), I only see bullshit 
> (YY..) instead of these caracters on the result page. On the other side, file 
> upload works.
> On Tomcat it works with no problems.
> The problem can be an implicit conversion done in struts:
> last year I developp my own UTF-8 fileupload library and when I install it on 
> BEA I hat to modify a line in this way:
> Original (only working on Tomcat)
> --------
> Byte byteArray[] = ...; // retrieve parameters from the request
> String s = byteArray.toString();
> Second version (working on Tomcat and on BEA)
> --------------
> Byte byteArray[] = ...; // retrieve parameters from the request
> String s = byteArray.toString("UTF-8");
> Thanks in advance
> --
> Franck

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to