Menu

#11 Applet dataFile URL is handled incorrectly

open-fixed
None
5
2011-09-30
2009-03-30
Clinton Lee
No

The dataFile parameter was just appended to the applet's codebase url. This cause errors when the applet's codebase url (the webpage url in firefox) was a parameterised url. EG: http://localhost/treemap?option=2 , with a dataFile = 'data.xml' the url lookedup was http://localhost/treemap?option=2data.xml !
I patched the applet to use the codebase url as the Context instead which not only fixes this issue but gives you more flexability for the dataFile url.

Discussion

  • Clinton Lee

    Clinton Lee - 2009-03-30

    Patch to use codebaseUrl as a Context for dataFile

     
  • Laurent Dutheil

    Laurent Dutheil - 2011-09-30
    • assigned_to: nobody --> jense128
     
  • Laurent Dutheil

    Laurent Dutheil - 2011-09-30
    • status: open --> open-fixed
     
  • Laurent Dutheil

    Laurent Dutheil - 2011-09-30

    fixed in 1.1.1

     

Log in to post a comment.

MongoDB Logo MongoDB