On segunda-feira, 22 de fevereiro de 2016 20:11:22 PST Miika Turkia wrote:
> Upload seems to work as is...
> 

> -     body.addQueryItem("pass", ui.password->text());
> +     body.addQueryItem("pass", ui.password->text().replace("+", "%2b"));

Correct, as the documentation says:

    \note This method does not treat spaces (ASCII 0x20) and plus ("+") signs
    as the same, like HTML forms do. If you need spaces to be represented as
    plus signs, use actual plus signs.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center

_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to