Skip to content

Commit

Permalink
Allow exclusion of '/' Fixes sitemesh#113
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Jul 25, 2023
1 parent 047cd3c commit fa676d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sitemesh/src/main/java/org/sitemesh/config/PathMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class PathMapper<T> {

static {
Set<String> set = new HashSet<String>();
set.add("/");
set.add("*");
set.add("**");
set.add("/*");
Expand Down

0 comments on commit fa676d1

Please sign in to comment.