Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with OpenID Sign In with Google

Sign In Apply for Membership

Bug, yo.
  • junx August 2011
    Step 1: Log in to your install of XODA.

    Step 2: Go to Settings => Layers.

    Step 3: Type a single quote ( ' ) in there, somewhere, and try to save it. Oops - your whole XODA just crashed.


    That probably shouldn't happen. :) You should replace or encode the single quotes before you drop 'em into the PHP file. That's a major safety issue, besides just being slightly annoying.

    -Chris
  • betso August 2011
    I am out for some weeks and will take a look at it as soon as I return to normal life.
    Thanks for this report, Chris! :)
  • Francois_Harvey September 2011
    Good finding, I just commited a patch  to escape quote during config file generation.