Skip to content

Commit

Permalink
Add jakarta.servlet.error.method to Table 10-1 and organize
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolucci authored and markt-asf committed Jul 30, 2024
1 parent 8845b12 commit 8a4e970
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions spec/src/main/asciidoc/servlet-spec-body.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5506,26 +5506,29 @@ a `RequestDispatcher.forward` to the error resource had been performed.
|Request Attributes
|Type

|`jakarta.servlet.error.status_code`
|`java.lang.Integer`
|`jakarta.servlet.error.exception`
|`java.lang.Throwable`

|`jakarta.servlet.error.exception_type`
|`java.lang.Class`

|`jakarta.servlet.error.message`
|`java.lang.String`

|`jakarta.servlet.error.exception`
|`java.lang.Throwable`

|`jakarta.servlet.error.request_uri`
|`jakarta.servlet.error.method`
|`java.lang.String`

|`jakarta.servlet.error.query_string`
|`java.lang.String`

|`jakarta.servlet.error.request_uri`
|`java.lang.String`

|`jakarta.servlet.error.servlet_name`
|`java.lang.String`

|`jakarta.servlet.error.status_code`
|`java.lang.Integer`
|===

These attributes allow the servlet to generate
Expand Down

0 comments on commit 8a4e970

Please sign in to comment.