Skip to content

Adding Support for ACL mime-types. #922

Open
@boulderwebdev

Description

@boulderwebdev

I noticed there is no support for uploading acl files since there is no well-defined mime-type. Because of this, if I try and POST an acl file into a container it will automatically add an unwanted file extension. This may be a one-line fix by adding the line

extensions['text/acl'] = ['acl']

to the top of ./lib/handlers/post.js.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions