<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-04-13 15:47 GMT+02:00 Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="">Le 2014-04-13 09:30, Hugues Peccatte a écrit :<br>
</div><div class="">> Hi,<br>
><br>
> I'm working on bug ticket <a href="http://sourceforge.net/p/phpmyadmin/bugs/3733/" target="_blank">http://sourceforge.net/p/phpmyadmin/bugs/3733/</a><br>
> I already replaced all & in PHP files by the separator defined in php.ini.<br>
> I also replaced a part of & in JS files (almost all). But I still have<br>
> an issue… with Jquery method $.get…<br>
><br>
> This method have many parameters, and one could be a JSON object of URL<br>
> parameters.<br>
> Something like this:<br>
>     var params = {<br>
>         aPath: $expandElem.find('span.aPath').text(),<br>
>         vPath: $expandElem.find('span.vPath').text()<br>
>     };<br>
> And this:<br>
> $.get(url, params, function (data) {<br>
> …<br>
> });<br>
><br>
> Imagine that you set the arg_separator to "|" in your php.ini, the<br>
<br>
</div>But this would not follow the recommendation in<br>
<a href="http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.2.2" target="_blank">http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.2.2</a>.<br></blockquote><div><br></div><div>Yes, I agree, but should we so remove the use of ini_get('arg_separator.input') in PMA_URL_getArgSeparator as there is W3C recommandations? And so define that & char is mandatory? (It would be easier and the ticket could be closed, I believe.)</div>

<div><br></div><div>Or should we deal with the fact that we could have & or ";" as a separator? And so find a way to manage it with Jquery?</div><div><br></div><div>Thanks for you answers.</div><div><br></div>

<div>Hugues.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im"><br>
> result will be:<br>
> - initial URL: <a href="http://myurl.com/mypage.php?p1=v1|p2=V2" target="_blank">http://myurl.com/mypage.php?p1=v1|p2=V2</a><br>
> - params: var params = {<br>
>         p3: "v3",<br>
>         p4: "v4"<br>
>     };<br>
> - generated URL: <a href="http://myurl.com/mypage.php?p1=v1|p2=V2&p3=v3|p4=v4" target="_blank">http://myurl.com/mypage.php?p1=v1|p2=V2&p3=v3|p4=v4</a><br>
><br>
> As you can see, there is a & between the initial URL and the added<br>
> parameters…<br>
><br>
> Do you know a way to manage the arg_separator used by Jquery please?<br>
><br>
> Thanks a lot !<br>
> Hugues.<br></div><div class=""><div class="h5">
<br>
--<br>
Marc Delisle<br></div></div></blockquote></div></div></div>