Skip to content

filename attachment not url-encoded #59

@Maxima078

Description

@Maxima078

Hello,

I noticed attachment name containing special character are not being url-encoded.
There is just a string.format(...) : https://github.com/soitgoes/LoveSeat/blob/master/LoveSeat/CouchDatabase.cs#L216

Therefore an attachment name such as 'picture+1' will become 'picture 1' in CouchDB since
request = (HttpWebRequest)WebRequest.Create(uri);
will replace it by space.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions