Java 8 compatibility with javax library when handling SIPs with URL encoded characters
hmiguim opened this issue · 2 comments
hmiguim commented
Example:
Filename: PT%2FPT-KEEPS%2FLevel-1%2FLevel-2.zip
Running this code with Java 8 produces an error because the Unmarshaller decode the %2F instead of keeping it.