Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Folded HTTP headers should not be used #75

@glassfishrobot

Description

@glassfishrobot

The original problem we encountered is this one: https://bugs.eclipse.org/bugs/show_bug.cgi?id=444222

As a colleague from the Jetty team clarified, the folded HTTP headers are forbidden: http://tools.ietf.org/html/rfc7230#section-3.2.4

However, the toString() method of com.sun.xml.messaging.saaj.packaging.mime.internet.ParameterList injects a \r\n\t to the Content-Type when it would exceed 76 characters.

This causes problems when SAAJ used together with Jetty.

Affected Versions

[current]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions