- Issue created by @Sunny-Lee
- πΊπΈUnited States j-barnes
Nice catch, it looks like we are stripping out way too many characters when we don't need to. Instead of trying to remove the "unsafe" characters I think it's best to just escape the few that PostScript actually cares about. I'll add a merge request to fix this.
- @j-barnes opened merge request.
- πΊπΈUnited States j-barnes
@sunny-lee - If you could take a look, this should now preserve characters now.
- πΊπΈUnited States Sunny-Lee
Looks good! Tried with various content types and it works! Previously ids would have the slashes and ampersands stripped out but this fix works and after resave, fixes the issue.
-
j-barnes β
committed 58a52b06 on 1.0.x
Issue #3537885 by j-barnes, sunny-lee: Metadata appender is stripping...
-
j-barnes β
committed 58a52b06 on 1.0.x