From bd81b3629232a1ec0cecb84bcd0a21d1ca4fb6a8 Mon Sep 17 00:00:00 2001 From: Bongjae Chang Date: Tue, 19 Nov 2024 13:49:40 +0900 Subject: [PATCH] Issue #2212 Enhances validation of HTTP header names + trivial) updated license and re-trigger status checks(https://github.com/eclipse-ee4j/grizzly/pull/2213). --- .../org/glassfish/grizzly/http/util/CookieHeaderParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/src/main/java/org/glassfish/grizzly/http/util/CookieHeaderParser.java b/modules/http/src/main/java/org/glassfish/grizzly/http/util/CookieHeaderParser.java index 1275a06af..12e1ce4b7 100644 --- a/modules/http/src/main/java/org/glassfish/grizzly/http/util/CookieHeaderParser.java +++ b/modules/http/src/main/java/org/glassfish/grizzly/http/util/CookieHeaderParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, 2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation * Copyright 2004, 2022 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License");