Skip to content

Commit 6727b53

Browse files
committed
Fix jakartaee#95 - clarify the HTTPS support is required
1 parent 51b2888 commit 6727b53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,8 @@ web server, or installed as an add-on component to a web server via that
208208
server’s native extension API. Servlet containers can also be built into
209209
or possibly installed into web-enabled application servers.
210210

211-
All servlet containers must support HTTP as a
212-
protocol for requests and responses, but additional
213-
request/response-based protocols such as HTTPS (HTTP over SSL) may be
211+
All servlet containers must support HTTP and HTTPS as protocols for requests
212+
and responses, but additional request/response-based protocols may be
214213
supported. The required versions of the HTTP specification that a
215214
container must implement are HTTP/1.1 and HTTP/2. When supporting
216215
HTTP/2, servlet containers must support the “h2” and “h2c” protocol
@@ -8553,6 +8552,9 @@ link:https://github.com/eclipse-ee4j/servlet-api/issues/59[Issue 59]::
85538552
A new attribute, `jakarta.servlet.error.query_string`, has been added to the
85548553
attributes that must be set on the request as part of an error dispatch.
85558554

8555+
link:https://github.com/eclipse-ee4j/servlet-api/issues/95[Issue 95]::
8556+
Clarify that Servlet containers are required to support HTTPS.
8557+
85568558
link:https://github.com/eclipse-ee4j/servlet-api/issues/164[Issue 164]::
85578559
Clarify Javadoc for `ServletResponse` and `HttpServletResponse` methods that are
85588560
NO-OPs once the response has been committed.

0 commit comments

Comments
 (0)