[users@httpd] Re: Special characters in password for mod_dbd

2018-08-21 Thread Christophe JAILLET
Hi, I have no idea why so many separators have been allowed. I googled a bit yesterday, and didn't find anything useful. Most other mysql connectors I've found only use ';'. But it is documented this way since a long time in APR. Removing some separators could break some existing configuratio

Re: [users@httpd] Re: Special characters in password for mod_dbd

2018-08-21 Thread Mimiko
Thank you I was looking for such info and didn't found. Why so much chars left for params split? Should I fire a request or this will not be changed in future by concept? On 20.08.2018 22:14, Christophe JAILLET wrote: This seems to be mysql APR driver specific. For some reasons, in APR, in

[users@httpd] Re: Special characters in password for mod_dbd

2018-08-20 Thread Christophe JAILLET
Hi, This seems to be mysql APR driver specific. For some reasons, in APR, in function dbd_mysql_open(), fields are split according to delimiters in:     static const char *const delims = " \r\n\t;|,"; See Remarks about MySQL at: http://apr.apache.org/docs/apr-util/1.6/group___a_p_r___util___d