Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

bug found

hi all,

i think i've found a bug in asl2.x

i created a network (named EM&s), i didn't know that asl don't supports such symbols like &
now i can't delete the created network!!
i also cannot edit this definition!!

what can i do now?

thx


This thread was automatically locked due to age.
Parents Reply Children
  • This is not because astaro doesn't supprort special characters. It is because forms are posted with method=get.

    The character '&' is used as delimeter of parameters (param1=foo&param2=bar&param3=foobar) and maybe browser won't encode it when sending it with get method.

    If astaro would change the forms to be send with post method it could fix this problem.

    If you need to use '&'-character maybe you could try to use it in encoded form. You can find it in books or tutorials about html.

    Of course I am prolly on wrong tracks with this  [;)]