Skip to content

Commit

Permalink
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbordet committed Jan 20, 2017
2 parents ee17396 + acab5ef commit c7c183c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public static String normalize(String pathSpec)

public ServletPathSpec(String servletPathSpec)
{
if (servletPathSpec == null)
servletPathSpec = "";
if (servletPathSpec.startsWith("servlet|"))
servletPathSpec = servletPathSpec.substring("servlet|".length());
assertValidServletPathSpec(servletPathSpec);
Expand Down

0 comments on commit c7c183c

Please sign in to comment.