Skip to content

fix: django and djangoldp-account are not encoding some reserved URL caracters...

Alex requested to merge file-upload-encoding-fix into master

fix: django and djangoldp-account are not encoding some reserved URL caracters the exact same way, ex: 'i' could become '%2c' or '%2C'. This fix works around this issue

Merge request reports