Merge remote-tracking branch 'origin/jetty-7' into jetty-8

This commit is contained in:
Jan Bartel 2013-08-16 11:06:42 +10:00
commit 1691618024
1 changed files with 3 additions and 1 deletions

View File

@ -329,7 +329,9 @@ public class StandardDescriptorProcessor extends IterativeDescriptorProcessor
if (jsp_file != null) if (jsp_file != null)
{ {
holder.setForcedPath(jsp_file); holder.setForcedPath(jsp_file);
holder.setClassName(jspServletClass); //only use our default instance ServletHolder jsp=context.getServletHandler().getServlet("jsp");
if (jsp!=null)
holder.setClassName(jsp.getClassName());
} }
// handle load-on-startup // handle load-on-startup