Merge remote-tracking branch 'origin/jetty-7' into jetty-8
This commit is contained in:
commit
1691618024
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue