|
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.
|
@@ -8572,6 +8568,9 @@ behaviour is aligned with `getHeader()`.
|
8572 | 8568 | link:https://github.com/eclipse-ee4j/servlet-api/issues/415[Issue 415]::
|
8573 | 8569 | Add overloaded `setCharacterEncoding()` methods that support `Charset`.
|
8574 | 8570 |
|
| 8571 | +link:https://github.com/eclipse-ee4j/servlet-api/issues/443[Issue 443]:: |
| 8572 | +Remove references to the SecurityManager and associated APIs. |
| 8573 | + |
8575 | 8574 | link:https://github.com/eclipse-ee4j/servlet-api/issues/453[Issue 453]::
|
8576 | 8575 | Add a security warning and a clarification of canonicalization requirements to
|
8577 | 8576 | all `ServletContext` methods that accept a path parameter.
|
|
0 commit comments