Index: main/java/org/apache/forrest/sourceexists/SourceExistsSelector.java
===================================================================
--- main/java/org/apache/forrest/sourceexists/SourceExistsSelector.java (revision 188836)
+++ main/java/org/apache/forrest/sourceexists/SourceExistsSelector.java (working copy)
@@ -76,6 +76,10 @@
public boolean select(String uri, Map objectModel, Parameters parameters) {
Source src = null;
try {
+
+ if (uri == null || uri == "")
+ return false;
+
src = resolver.resolveURI(uri);
if (src.exists()) {
return true;
Index: main/fresh-site/src/documentation/content/locationmap.xml
===================================================================
--- main/fresh-site/src/documentation/content/locationmap.xml (revision 188836)
+++ main/fresh-site/src/documentation/content/locationmap.xml (working copy)
@@ -27,14 +27,31 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: main/webapp/tabs.xmap
===================================================================
--- main/webapp/tabs.xmap (revision 188836)
+++ main/webapp/tabs.xmap (working copy)
@@ -69,7 +69,14 @@
-
+
+
+
+
+
+
+
+
Index: main/webapp/linkmap.xmap
===================================================================
--- main/webapp/linkmap.xmap (revision 188836)
+++ main/webapp/linkmap.xmap (working copy)
@@ -49,7 +49,14 @@
-
+
+
+
+
+
+
+
+
Index: main/webapp/menu.xmap
===================================================================
--- main/webapp/menu.xmap (revision 188836)
+++ main/webapp/menu.xmap (working copy)
@@ -61,7 +61,14 @@
-
+
+
+
+
+
+
+
+
@@ -70,7 +77,14 @@
-
+
+
+
+
+
+
+
+