1 Reply Latest reply on Dec 9, 2005 6:34 AM by vramakr

    Excel file with Japanese name not opening from the browser

    vramakr

      Hi,

      I have to open an excel file (whose name can be in japanese) from a JSP. I had used window.open() for this and was working fine on JBOSS3.2.1. But now we migrated to JOSS 4.0.2 and since then, I am getting http 404 for opening the excel file name in japanese. Looks like the file name is url encoded as it shows something like

      The requested resource (/webconsole/testbrix/EN/webconsole/TBUpload/%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%AE_v4.xls) is not available.

      and on the address bar of IE, it shows
      http://localhost:8080/webconsole/testbrix/EN/webconsole/TBUpload/?????????_v4.xls


      where the file name in japanese is proper.

      Can anybody help? Is there any difference in configuration between JBOSS3.2 and JBOSS 4.0.2

      Thanks