jjethwa / rundeck

GNU General Public License v3.0
123 stars 136 forks source link

escape & in jdbc url options #182

Closed jfcoz closed 3 years ago

jfcoz commented 3 years ago

When passing JDBC options in url, for example …/rundeck?serverTimezone=UTC&sslMode=DISABLED, the & is interpreted as the replacement character by sed.

This patch escape the &.

jjethwa commented 3 years ago

Thanks, @jfcoz Really appreciate the PR 😄