Andrew Mass
Andrew Mass
I too had this same problem. Downgrading to `ndg-httpsclient:0.3.0` fixed the problem for me as well. Any idea why this is happening?
It seems like we are escaping `&` with `&` for the prebuild script (https://github.com/palantir/gerrit-ci/blob/master/src/main/java/com/palantir/gerrit/gerritci/servlets/JobsServlet.java#L478), but I can't find a place where the escaping happens for other input. I could be...
I noticed that bug as I was working on Gerrit-CI, and I thought that I fixed it with this commit: https://github.com/palantir/gerrit-ci/commit/1e695ddba2887b1a0c14789c37dd37e74ff63344 (I admit, the commit message was unclear). Although, if...