Skip to content

Support missing properties from Content-Disposition spec [SPR-15555] #20114

Closed
@spring-projects-issues

Description

@spring-projects-issues

Damiano Albani opened SPR-15555 and commented

The ContentDisposition implementation currently misses 3 properties which are described in the RFC2183 specification:

  1. creation-date
  2. modification-date
  3. read-date

As in:

disposition-parm := filename-parm
                  / creation-date-parm
                  / modification-date-parm
                  / read-date-parm
                  / size-parm
                  / parameter

It would nice to have support for those parameters in Spring Web.


Affects: 5.0 RC1

Reference URL: #1443

Issue Links:

Referenced from: commits 97909f2

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions