Skip to content

Check trailing ";" in content type in webdav #1538

@tobiasKaminsky

Description

@tobiasKaminsky

According to

// dvelasco: some builds of ownCloud server 4.0.x added a trailing ';'
// to the MIME type ; if looks fixed, but let's be cautious
if (contentType != null) {
if (contentType.contains(";")) {

it seems that some (old) server added a trailing ";".

Can you check and verify that this does not happen in our support server (down to NC16).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions