-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure <error-page> programmatically in Servlet 3.0 #50
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented
Note that JSF 2.2 introduced a method that's between the descriptor and the programmatic API: a call-back in which the descriptor is exposed as a DOM tree and can be programmatically manipulated. See http://arjan-tijms.omnifaces.org/p/jsf-22.html#533 You could call this a low level programmatic API. It might make sense to adopt the JSF 2.2 method for web.xml. |
@glassfishrobot Commented |
|
Web.xml can be programmatically created using Servlet 3.0. But features like , < session-timeout> still needs to be configured in a web.xml.Can you provide a way to programmatically create these as well? Especially, error-page configuration.
The text was updated successfully, but these errors were encountered: