Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XIVY-15609 Improve path encoding for signing request
Using UrlEncoder which is not especially designed for this. It's hard to find out, how the calling end url is, because this relies on the underlying technology jersey -> connectory -> apache http connector. Tried a lot of stuff and this implementation was the best. It specially handles the characters which are also specially handled in UrlEncoder. The main problem is that we should not allow to create such documents. We should difference between a display name and a technical file name.
- Loading branch information