Skip to content

Commit c7363f7

Browse files
java-team-github-botGoogle Java Core Libraries
authored and
Google Java Core Libraries
committed
Withdraw various unreleased HttpHeaders constants related to https://github.com/WICG/signature-based-sri.
RELNOTES=Withdrew various unreleased `HttpHeaders` constants related to https://github.com/WICG/signature-based-sri. Really, this release note is just here to remind us not to include the original release note about _adding_ those constants :) PiperOrigin-RevId: 741263763
1 parent 486d8de commit c7363f7

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

android/guava/src/com/google/common/net/HttpHeaders.java

-21
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ private HttpHeaders() {}
7171
/** The HTTP {@code Accept-Language} header field name. */
7272
public static final String ACCEPT_LANGUAGE = "Accept-Language";
7373

74-
/**
75-
* The HTTP {@code Accept-Signature} header field name.
76-
*
77-
* @since NEXT
78-
*/
79-
public static final String ACCEPT_SIGNATURE = "Accept-Signature";
80-
8174
/** The HTTP {@code Access-Control-Request-Headers} header field name. */
8275
public static final String ACCESS_CONTROL_REQUEST_HEADERS = "Access-Control-Request-Headers";
8376

@@ -452,20 +445,6 @@ private ReferrerPolicyValues() {}
452445
/** The HTTP {@code Set-Cookie2} header field name. */
453446
public static final String SET_COOKIE2 = "Set-Cookie2";
454447

455-
/**
456-
* The HTTP {@code Signature} header field name.
457-
*
458-
* @since NEXT
459-
*/
460-
public static final String SIGNATURE = "Signature";
461-
462-
/**
463-
* The HTTP {@code Signature-Input} header field name.
464-
*
465-
* @since NEXT
466-
*/
467-
public static final String SIGNATURE_INPUT = "Signature-Input";
468-
469448
/**
470449
* The HTTP <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap">{@code
471450
* SourceMap}</a> header field name.

guava/src/com/google/common/net/HttpHeaders.java

-21
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ private HttpHeaders() {}
7171
/** The HTTP {@code Accept-Language} header field name. */
7272
public static final String ACCEPT_LANGUAGE = "Accept-Language";
7373

74-
/**
75-
* The HTTP {@code Accept-Signature} header field name.
76-
*
77-
* @since NEXT
78-
*/
79-
public static final String ACCEPT_SIGNATURE = "Accept-Signature";
80-
8174
/** The HTTP {@code Access-Control-Request-Headers} header field name. */
8275
public static final String ACCESS_CONTROL_REQUEST_HEADERS = "Access-Control-Request-Headers";
8376

@@ -452,20 +445,6 @@ private ReferrerPolicyValues() {}
452445
/** The HTTP {@code Set-Cookie2} header field name. */
453446
public static final String SET_COOKIE2 = "Set-Cookie2";
454447

455-
/**
456-
* The HTTP {@code Signature} header field name.
457-
*
458-
* @since NEXT
459-
*/
460-
public static final String SIGNATURE = "Signature";
461-
462-
/**
463-
* The HTTP {@code Signature-Input} header field name.
464-
*
465-
* @since NEXT
466-
*/
467-
public static final String SIGNATURE_INPUT = "Signature-Input";
468-
469448
/**
470449
* The HTTP <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap">{@code
471450
* SourceMap}</a> header field name.

0 commit comments

Comments
 (0)