Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[servlet-dev] Servlet 6.1 H2 push support.
  • From: Phu Dinh <pmd1nh-bus@xxxxxxxxxxx>
  • Date: Sun, 11 Feb 2024 22:31:49 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=VeS9iQNyffGZ/Cce+TfzF4U7BnIEdLenxoiN3XZF/SY=; b=E6Q6ele5ru8/Lui89L5dvt8a6PYlu7YmfDG9m9cUTnaRAnsNs2YzmRX9eGBfWRw+ug9fz2jQ5VM9LmdybNueyZyhNDtT2eqAiCivsgXzHmM4EXRd3t+AO0dXdgNaC1P+uDXI1l8/pOhqMuHEAeWFhlb+blb6Oosc+MfZKbRvRsEyC6rCm8+ikdLSaII3rMYN3jYzrJc5FyfiU2y1gbN6zb0AA14ViH6LSh9Gb+0WV/DnVKhbQDfxdbOrRNMK3TDP+DSZZIw+pcuOnpS5a7NXqSK0Mx9VAKHWtnoV7EVEP5PtlOrbp1ABKt8+j/mKF8XHJWIqfwzZ6bymmkxG0RVjEw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HoMzgh/sSl/wvJzgpJW2W7K8gqqbGE/y/15pKbZIPqhpQOFOAJMWutBqf/qRhdC5qrSpSBkKlncA2/5elRckhsnhAPB11tgSXL3XQrsXtfBTbyoAZoJX5AExZ9/cRbIcddGguDk3AwcBuA49YHoDysqYTjcUoeG8wTcs9/PDFsdHSnCB7FQHY9GevDh1OtSSBJLRzQBA6i1jPMQx3yzoia2HMg406mFxjmYaog/PXifkTnW4J82sVvRPpf7PZFiTZ1kkKPKW2pyYvZ7n3XLhh9nTmz0ICIRwt5/Foc7FDAjTnCZD2fO05YK4jjjM0cyA/1MDCrhuKlNUonYKTQXoiw==
  • Delivered-to: servlet-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/servlet-dev/>
  • List-help: <mailto:servlet-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaXTb8JRpIUr7dCE+dV6244uTCyw==
  • Thread-topic: Servlet 6.1 H2 push support.

Hi,

For the Servlet 6.1 HTTP/2 push support,


Can the API doc remove the last sentence?

"Note that some implementations may opt not to support server push and will therefore always return {@code null} "

That sentence seems to suggest making an optional feature not deprecating.

The Jakarta Spec has tried to stop component specs from saying that a Deprecated API may or may not be implemented.

Regards,
Phu Dinh




Back to the top