# # This file maps mime-types to the servlets which process them # This is used by the filter manager to set up chains of servlets # where the output of one servlet gets piped to the input of # another servlet based on the mime-type that the servlet specifies # with setContentType("mime-type") # # Entries in this file should be of the form # mime-type=servletname # ie. # foo/bar=fooServlet # where fooServlet is defined in servlets.properties #