FAQ | This is a LIVE service | Changelog

Skip to content

genupdatejob: make sanitize a little more forgiving

UIS DevOps Division Robot requested to merge update-sanitise into master

Created by: rjw57

Initially we had to truncate video descriptions because the JWP client libraries would try to pass all parameters as GET requests, even when using HTTP POST. That has been fixed by later versions of the JWP client. Additionally, we want to allow for newlines in descriptions since they are usually important.

Update the sanitisiation function to only strip non-newline control characters and to no-longer truncate strings.

Merge request reports