when add a mysql datasource, I wan't to set connec param with serverTimezone=Asia/Shanghai
so add other param with json format {"serverTimezone":"Asia/Shanghai"}
but the check rule make the param not working.
the Pattern PARAMS_PATTER = Pattern.compile("^[a-zA-Z0-9]+$"); make '/' illegal.