Skip to content

Commit 51b2888

Browse files
committed
Update change log
1 parent 329533e commit 51b2888

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec/src/main/asciidoc/servlet-spec-body.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8549,6 +8549,10 @@ Jakarta Servlet {spec-version} specification developed under the Jakarta EE Work
85498549

85508550
=== Changes Since Jakarta Servlet 6.0
85518551

8552+
link:https://github.com/eclipse-ee4j/servlet-api/issues/59[Issue 59]::
8553+
A new attribute, `jakarta.servlet.error.query_string`, has been added to the
8554+
attributes that must be set on the request as part of an error dispatch.
8555+
85528556
link:https://github.com/eclipse-ee4j/servlet-api/issues/164[Issue 164]::
85538557
Clarify Javadoc for `ServletResponse` and `HttpServletResponse` methods that are
85548558
NO-OPs once the response has been committed.
@@ -8562,6 +8566,10 @@ link:https://github.com/eclipse-ee4j/servlet-api/issues/463[Issue 463]::
85628566
Clarify Javadoc for `MultipartConfigElement` and `MultipartConfig` that sizes
85638567
are in bytes.
85648568

8569+
link:https://github.com/eclipse-ee4j/servlet-api/issues/473[Issue 473]::
8570+
The Javadoc for `HttpServletRequest.isTrailerFieldsReady()` has been corrected
8571+
to correctly describe the default implementation.
8572+
85658573
=== Changes Since Jakarta Servlet 5.0
85668574

85678575
The minimum Java version has been increased to Java 11.

0 commit comments

Comments
 (0)