forked from javaee/javaee-jsp-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
20 lines (13 loc) · 765 Bytes
/
changelog.txt
File metadata and controls
20 lines (13 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
1. The specification version is 2.3
2. Remove expression language from JSP specification. JSP 2.3 supports and depends on EL 3.0
3. Support EL 3.0 (JSR 341).
In JSP.2.9, add the following two ELResovers, after item 2, and renumber
the other ELResolvers on the list. That is, place these ELResolvers between
the custom ELResolvers and the MapELResolver.
3. The ELResolver returned by ExpressionFactory.getStreamELResolver().
4. javax.el.StaticFieldELResolver.
4. Clarification
Add the following paragrah after the first praragraph in section JSP.11.1.1.
"A JSP container must render a JSP page for the HTTP methods GET, POST, and
HEAD, with identical responses. The behavior of the JSP container
for other methods is undefined."