Menu

#304 Filebrowser references c:\\ - not valid on unix machines

open-fixed
nobody
None
5
2009-05-28
2008-02-18
Anonymous
No

This doesn't work on unix.

ThinWire(R) RIA Ajax Framework v1.2_RC2_r586

Webservlet.java line 334 is:
upload.setRepositoryPath("C:\\");

Should be something like this: upload.setRepositoryPath(System.getProperty("java.io.tmpdir") + System.getProperty("file.separator"));

Discussion

  • cjq

    cjq - 2009-05-28

    Moved trunk fix iin 1.2 branch

     
  • cjq

    cjq - 2009-05-28
    • status: open --> open-fixed
     

Log in to post a comment.