jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
261 stars 85 forks source link

Fix #431 - getParameter() may throw runtime exception #533

Closed markt-asf closed 1 year ago

markt-asf commented 1 year ago

Applies to all of the parameter methods. Containers may provide options for alternative error handling.

I am leaving this in draft for others to provide feedback while I work on implementing this in Tomcat to check I haven't missed anything.

markt-asf commented 1 year ago

Just an update to reassure folks I haven't forgotten about this. I'm working on the Tomcat implementation and keep getting side-tracked. I want to make sure the Tomcat implementation doesn't throw up any wrinkles that require tweaks to this PR before merging it.