With the new release (where we don't overlay two webapps), we have lost the ability to store static pages. We can create a generic servlet in glide filters (and may be call it glide runtime). We can map error pages to this servlet in glide filters.
Also, Ideally we should honor the request's content type. and send text/html/json/xml response accordingly.
With the new release (where we don't overlay two webapps), we have lost the ability to store static pages. We can create a generic servlet in glide filters (and may be call it glide runtime). We can map error pages to this servlet in glide filters.
Also, Ideally we should honor the request's content type. and send text/html/json/xml response accordingly.