Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxrs-dev] No content type defaulting to Application/octet=stream
  • From: Jan Supol <jan.supol@xxxxxxxxxx>
  • Date: Tue, 26 Oct 2021 15:34:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=LfdEZsGcI4o6HrTvxSM+Jb2PG72tn3FQ7a13HqSYG8Q=; b=ngS1C8KWFwo3LGKX/xywLqZs+wnp7T8wkqvwHPa40tXW55OCVWVe7FdT32RkUR1Pd/ugGSKjSlBkcUFa57z1zfyPOPYeI45PtFzSMN5KodKmKklB24yvAg6dn8eKeYs4/9cs1NPnfJgsyjjYYBxBWrWZsJ6EGNWiDPrCa76SVW7Bc5QJuNaUgZuvJf102XcXcDcHt76kj9bGDcT4beO5LUuweOZLFgyJzEAcUBo1U9cPqGEQ+doc7+ja2hn8j1bOKdlkH5FnzhlTTFs4XhUUa6yVt3MTyjLsCBmvUiR5OMmLXcxRaCZvFyFDzLy8o4VIApaclUxvmOSi3bvowba7ow==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g+xGCl7IRKeT3HCUWBLOHfwUaI3FGpXE7OJpdAEjFmnxeTEHvRs6NkGVh9kdVxiyc57dJ/8Zr4TxMhUvkoLubpcFGvtjEqeRMS0t0MDtbSDjmfBWgN5Zsn8Mx6Wi8RFL8/lqckv2w72o5ZPbgQ0RgTG7AAhHPea/LCD68KyZsWVfaisqo5+u0d2ScuFkbxnJlMUjPE+k+oBGXzCRwbss3vE0hEYucEMnNyY2TzFtg3nVAIMcQp+XiiBZPjuOzseVGEWoEr7p4SGFNVOE2u26O2P9NU4uuBlMlARiO2QrR1aUTxP2LRmayYixvZmqvJf2b+vcJGlUXCGHhXRDiBsGTg==
  • Delivered-to: jaxrs-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jaxrs-dev/>
  • List-help: <mailto:jaxrs-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jaxrs-dev>, <mailto:jaxrs-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jaxrs-dev>, <mailto:jaxrs-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: c29f62b9-989f-f167-e349-09af5cecbe52
  • Thread-index: AQHXyn0VmIUEjlD2q02gA6f7HYkVYg==
  • Thread-topic: No content type defaulting to Application/octet=stream

Hi,
as discussed in a Jakarta REST issue [1], Jersey implemented the clarification to default the missing Content-Type to application/octet-stream. This has a number of consequences which I summed up in the issue [2]. 

These findings suggest that all the implementations are affected, and it should be discussed before 3.1 is out.

Any comments from the community, and especially from vendors are welcome.

Thank you,
Jan




Back to the top