https://bz.apache.org/bugzilla/show_bug.cgi?id=65884
Felix Schumacher <felix.schumac...@internetallee.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk --- Comment #5 from Felix Schumacher <felix.schumac...@internetallee.de> --- commit 33ad9306b2fbe823fd9fd1bd207262cd7a0ec4a6 AuthorDate: Wed Feb 16 21:54:44 2022 +0100 Allow unquoted tokens for values in content-disposition header Use httpcomponents BasicHeaderValueParser instead of our simple parser, as we were assuming parameters would always be surrounded by quotes. Bugzilla Id: 65884 --- .../protocol/http/config/MultipartUrlConfig.java | 47 +++++++++---- .../http/config/MultipartUrlConfigTest.java | 82 +++++++++++++++++++++- xdocs/changes.xml | 1 + 3 files changed, 114 insertions(+), 16 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.