|
5 | 5 | :sectnums!:
|
6 | 6 | == Jakarta Servlet Specification, Version {spec-version}
|
7 | 7 |
|
8 |
| -Copyright (c) 2022 Contributors to the Eclipse Foundation. |
| 8 | +Copyright (c) 2023 Contributors to the Eclipse Foundation. |
9 | 9 |
|
10 | 10 | Eclipse is a registered trademark of the Eclipse Foundation. Jakarta
|
11 | 11 | is a trademark of the Eclipse Foundation. Oracle and Java are
|
@@ -221,12 +221,8 @@ servlet, may modify responses produced by servlets before sending them
|
221 | 221 | to the clients, or may respond to requests without delivering them to
|
222 | 222 | the servlet under the compliance with RFC 7234.
|
223 | 223 |
|
224 |
| -A servlet container may place security |
225 |
| -restrictions on the environment in which a servlet executes. These |
226 |
| -restrictions may be placed using the permission architecture defined |
227 |
| -by the Java platform. For example some application servers may limit the |
228 |
| -creation of a `Thread` object to insure that other components of the |
229 |
| -container are not negatively impacted. |
| 224 | +A servlet container may place security restrictions on the environment in which |
| 225 | +a servlet executes. |
230 | 226 |
|
231 | 227 | Java SE 11 is the minimum version of the
|
232 | 228 | underlying Java platform with which servlet containers must be built.
|
@@ -8569,6 +8565,9 @@ Clarify the behaviour of `getDateHeader()` and `getIntHeader()` when multiple
|
8569 | 8565 | headers with the same name are present in the `HttpServletRequest`. The expected
|
8570 | 8566 | behaviour is aligned with `getHeader()`.
|
8571 | 8567 |
|
| 8568 | +link:https://github.com/eclipse-ee4j/servlet-api/issues/443[Issue 443]:: |
| 8569 | +Remove references to the SecurityManager and associated APIs. |
| 8570 | + |
8572 | 8571 | link:https://github.com/eclipse-ee4j/servlet-api/issues/453[Issue 453]::
|
8573 | 8572 | Add a security warning and a clarification of canonicalization requirements to
|
8574 | 8573 | all `ServletContext` methods that accept a path parameter.
|
|
0 commit comments