Class

atg.servlet.SendErrorServlet

Component

/atg/dynamo/servlet/pipeline/SendErrorServlet (DAS)

When MimeTyperServlet assigns a dynamo-internal/forbidden mime type to the request, the request is routed to the SendErrorServlet, which delivers a 403 error response. This mime type is provided to resources, such as.properties, .java, and other files that are not appropriate to be served as content. See MimeTyperServlet for more on the forbidden mime type.

Like other servlets that handle rendering of a file, when this servlet is part of the request-handling pipeline, it’s the last servlet.

 
loading table of contents...