savonrb / savon-multipart

Heavy metal Ruby SOAP client with multipart support
MIT License
17 stars 48 forks source link

Unescape URI chars before checking with headers content-id #21

Closed matwej closed 2 years ago

matwej commented 8 years ago

Href attribute contains basically URI, and it could be escaped (at least its what I bumped to in real life use). So for comparison it needs unescaping.

mikevoets commented 7 years ago

This should be merged!

ekzobrain commented 5 years ago

Also faced this issue! Is it possible to merge this?

olleolleolle commented 2 years ago

In order to get this merged, let's get CI running. A simple GH Actions CI could probably do the trick.

olleolleolle commented 2 years ago

Now, there is a passing CI in place.