You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: