Broken URL in oob message.
mdosch opened this issue · 3 comments
mdosch commented
When sending a file via http-upload you usually send the URL in oob and in the message body. But it seems the Ooburl is getting altered (compare oob URL to URL in body):
<body>https://upload.example.org:5281/upload/PBOIXpKDzGecqJzo/&%25%3c%3e.txt</body><x xmlns='jabber:x:oob'><url>https://upload.example.org:5281/upload/PBOIXpKDzGecqJzo/&%3c%!e(MISSING).txt</url></x>
mdosch commented
Might be a similar issue like FluuxIO/go-xmpp#113
Zash commented
mdosch commented
I tested with some strings that made problems before (e.g. https://da.wikipedia.org/wiki/J%C3%A6vnd%C3%B8gn) and could not reproduce the issue anymore.