You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2012/10/09 00:35:03 UTC

svn commit: r1395798 [4/5] - in /incubator/jspwiki/trunk: ./ src/org/apache/wiki/ src/org/apache/wiki/attachment/ src/org/apache/wiki/auth/ src/org/apache/wiki/auth/acl/ src/org/apache/wiki/auth/authorize/ src/org/apache/wiki/auth/login/ src/org/apache...

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiServletFilter.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiServletFilter.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiServletFilter.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiServletFilter.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/AdminBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/AdminBean.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/AdminBean.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/AdminBean.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/AdminBeanManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/AdminBeanManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/AdminBeanManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/AdminBeanManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/SimpleAdminBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/SimpleAdminBean.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/SimpleAdminBean.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/SimpleAdminBean.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/WikiFormAdminBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/WikiFormAdminBean.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/WikiFormAdminBean.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/WikiFormAdminBean.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/CoreBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/CoreBean.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/CoreBean.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/CoreBean.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/PlainEditorAdminBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/PlainEditorAdminBean.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/PlainEditorAdminBean.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/PlainEditorAdminBean.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/PluginBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/PluginBean.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/PluginBean.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/PluginBean.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/SearchManagerBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/SearchManagerBean.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/SearchManagerBean.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/SearchManagerBean.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/UserBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/UserBean.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/UserBean.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/admin/beans/UserBean.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/progress/ProgressItem.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/progress/ProgressItem.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/progress/ProgressItem.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/progress/ProgressItem.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/progress/ProgressManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/progress/ProgressManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/progress/ProgressManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/progress/ProgressManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/url/DefaultURLConstructor.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/url/DefaultURLConstructor.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/url/DefaultURLConstructor.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/url/DefaultURLConstructor.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/url/ShortURLConstructor.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/url/ShortURLConstructor.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/url/ShortURLConstructor.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/url/ShortURLConstructor.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/url/ShortViewURLConstructor.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/url/ShortViewURLConstructor.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/url/ShortViewURLConstructor.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/url/ShortViewURLConstructor.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/url/URLConstructor.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/url/URLConstructor.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/url/URLConstructor.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/url/URLConstructor.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/BlogUtil.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/BlogUtil.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/BlogUtil.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/BlogUtil.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/ClassUtil.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/ClassUtil.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/ClassUtil.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/ClassUtil.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/CommentedProperties.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/CommentedProperties.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/CommentedProperties.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/CommentedProperties.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/CryptoUtil.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/CryptoUtil.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/CryptoUtil.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/CryptoUtil.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/FormUtil.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/FormUtil.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/FormUtil.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/FormUtil.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/HttpUtil.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/HttpUtil.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/HttpUtil.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/HttpUtil.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/MailUtil.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/MailUtil.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/MailUtil.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/MailUtil.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/PageSorter.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/PageSorter.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/PageSorter.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/PageSorter.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/PriorityList.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/PriorityList.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/PriorityList.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/PriorityList.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/ProviderConverter.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/ProviderConverter.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/ProviderConverter.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/ProviderConverter.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/Serializer.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/Serializer.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/Serializer.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/Serializer.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/TimedCounterList.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/TimedCounterList.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/TimedCounterList.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/TimedCounterList.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/UtilJ2eeCompat.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/UtilJ2eeCompat.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/UtilJ2eeCompat.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/UtilJ2eeCompat.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/WatchDog.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/WatchDog.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/WatchDog.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/WatchDog.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/Watchable.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/Watchable.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/Watchable.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/Watchable.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/WikiBackgroundThread.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/WikiBackgroundThread.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/WikiBackgroundThread.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/WikiBackgroundThread.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/CollatorComparator.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/CollatorComparator.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/CollatorComparator.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/CollatorComparator.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/HumanComparator.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/HumanComparator.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/HumanComparator.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/HumanComparator.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/JavaNaturalComparator.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/JavaNaturalComparator.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/JavaNaturalComparator.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/JavaNaturalComparator.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/LocaleComparator.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/LocaleComparator.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/LocaleComparator.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/util/comparators/LocaleComparator.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/AbstractStep.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/AbstractStep.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/AbstractStep.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/AbstractStep.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Decision.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Decision.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Decision.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Decision.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/DecisionQueue.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/DecisionQueue.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/DecisionQueue.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/DecisionQueue.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/DecisionRequiredException.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/DecisionRequiredException.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/DecisionRequiredException.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/DecisionRequiredException.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Fact.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Fact.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Fact.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Fact.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/NoSuchOutcomeException.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/NoSuchOutcomeException.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/NoSuchOutcomeException.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/NoSuchOutcomeException.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Outcome.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Outcome.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Outcome.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Outcome.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SimpleDecision.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SimpleDecision.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SimpleDecision.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SimpleDecision.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SimpleNotification.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SimpleNotification.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SimpleNotification.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SimpleNotification.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Step.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Step.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Step.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Step.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SystemPrincipal.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SystemPrincipal.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SystemPrincipal.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/SystemPrincipal.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Task.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Task.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Task.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Task.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Workflow.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Workflow.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Workflow.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/Workflow.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/WorkflowBuilder.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/WorkflowBuilder.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/WorkflowBuilder.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/WorkflowBuilder.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/workflow/WorkflowManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/workflow/WorkflowManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/workflow/WorkflowManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/workflow/WorkflowManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/AbstractRPCHandler.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/AbstractRPCHandler.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/AbstractRPCHandler.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/AbstractRPCHandler.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/MetaWeblogHandler.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/MetaWeblogHandler.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/MetaWeblogHandler.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/MetaWeblogHandler.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCHandler.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCHandler.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCHandler.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCHandler.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCHandlerUTF8.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCHandlerUTF8.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCHandlerUTF8.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCHandlerUTF8.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCServlet.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCServlet.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCServlet.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/RPCServlet.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/WikiRPCHandler.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/WikiRPCHandler.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/WikiRPCHandler.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/xmlrpc/WikiRPCHandler.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/AllTests.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/AllTests.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/AllTests.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/FileUtilTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/FileUtilTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/FileUtilTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/FileUtilTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/HsqlDbUtils.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/HsqlDbUtils.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/HsqlDbUtils.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/HsqlDbUtils.java Mon Oct  8 22:34:47 2012
@@ -1,240 +1,238 @@
-/* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.  
- */
-package org.apache.wiki;
-
-import java.io.*;
-import java.sql.Connection;
-import java.sql.DriverManager;
-import java.sql.SQLException;
-import java.util.Properties;
-
-import org.apache.log4j.Logger;
-import org.hsqldb.Server;
-import org.hsqldb.util.SqlFile;
-
-
-/**
- * Helper class to handle Hypersonic Server connections and SQL scripts executions.
- * 
- * Standard usage:
- * <code>
- * <ol>
- *   <li>HsqlDbUtils hsqldbu = new HsqlDbUtils()</li>
- *   <li>hsqldbu.start()</li>
- *   <li>hsqldbu.exec( "tests/etc/db/hsql/userdb-setup.ddl" )</li>
- *   <li>hsqldbu.exec( "tests/etc/db/hsql/userdb-teardown.ddl" )</li>
- *   <li>hsqldbu.stop()</li>
- * </ol>
- * </code>
- * There are also a couple of convenience methods for unit testing:
- * <code>
- * <ol>
- *   <li>hsqldbu.setUp()</li>
- *   <li>hsqldbu.tearDown()</li>
- * </ol>
- * </code>
- */
-public class HsqlDbUtils
-{
-    
-    private static final Logger LOG = Logger.getLogger( HsqlDbUtils.class );
-    
-    Properties hProps = null;
-    Server hsqlServer = null;
-    
-    /**
-     * Convenience Hypersonic startup method for unit tests.
-     */
-    public void setUp() 
-    {
-        try
-        {
-            start();
-        }
-        catch( Exception e )
-        {
-            LOG.error( e.getMessage(), e );
-        }
-        exec( "tests/etc/db/hsql/userdb-setup.ddl" );
-    }
-    
-    /**
-     * Convenience Hypersonic shutdown method for unit tests.
-     */
-    public void tearDown() 
-    {
-        exec( "tests/etc/db/hsql/userdb-teardown.ddl" );
-        stop();
-    }
-    
-    /**
-     * Starts the Hypersonic server.
-     */
-    public void start() throws Exception
-    {
-        // pre-checks
-        File lock = new File( "tests/etc/db/hsql/jspwiki.lck" );
-        if( lock.exists() ) 
-        {
-            lock.delete();
-        }
-        
-        for( long l = 0; l < 50; l++ ) 
-        {
-            if( lock.exists() ) 
-            {
-                Thread.sleep( 200L );
-            }
-            else 
-            {
-                break;
-            }
-        }
-        
-        
-        if( lock.exists() ) 
-        {
-            throw new InternalWikiException( "Another HSQL server seems to be running" );
-        }
-        
-        // start Hypersonic server
-        Properties hProps = loadPropertiesFrom( "tests/etc/db/hsql/server.properties" );
-        
-        hsqlServer = new Server();
-        hsqlServer.setPort( Integer.valueOf( hProps.getProperty( "server.port" ) ) );
-        hsqlServer.setDatabaseName( 0, hProps.getProperty( "server.dbname.0" ) );
-        hsqlServer.setDatabasePath( 0, hProps.getProperty( "server.database.0" ) );
-        hsqlServer.start();
-        
-        Class.forName( "org.hsqldb.jdbcDriver" );
-        
-        if( !lock.exists() ) 
-        {
-            throw new InternalWikiException( "Unable to start HSQL server, check logs" );
-        }
-    }
-    
-    /**
-     * Executes the given script.
-     * 
-     * @param file script to execute.
-     */
-    public void exec( String file ) 
-    {
-        Connection conn = null;
-        try
-        {
-            conn = getConnection();
-            SqlFile userDbSetup = new SqlFile( new File( file ), false, null );
-            userDbSetup.execute( conn, true );
-        }
-        catch( Exception e ) 
-        {
-            LOG.error( e.getMessage(), e );
-        }
-        finally
-        {
-            close( conn ); 
-        }
-    }
-
-    /**
-     * Stops the Hypersonic server.
-     */
-    public void stop() 
-    {
-        LOG.info( "Shutting down Hypersonic JDBC server on localhost." );
-        if( hsqlServer != null ) 
-        {
-            Connection conn = null;
-            try
-            {
-                conn = getConnection();
-                conn.setAutoCommit( true );
-                conn.prepareStatement( "SHUTDOWN" ).execute();
-            }
-            catch( Exception e )
-            {
-                LOG.error( e.getMessage(), e );
-            }
-            finally
-            {
-                close( conn );
-            }
-            
-            hsqlServer.stop();
-        }
-    }
-    
-    /**
-     * Obtains a {@link Connection}.
-     * 
-     * @return the obtained {@link Connection}.
-     * @throws IOException problems occurred loading jdbc properties file.
-     * @throws SQLException problems occurred obtaining the {@link Connection}.
-     */
-    Connection getConnection() throws IOException, SQLException
-    {
-        Connection conn;
-        Properties jProps = loadPropertiesFrom( "tests/etc/db/jdbc.properties" );
-        conn = DriverManager.getConnection( jProps.getProperty( "jdbc.driver.url" ), 
-                                            jProps.getProperty( "jdbc.admin.id" ),
-                                            jProps.getProperty( "jdbc.admin.password" ) );
-        return conn;
-    }
-    
-    /**
-     * Closes the given {@link Connection}.
-     * 
-     * @param conn given {@link Connection}.
-     */
-    void close( Connection conn ) 
-    {
-        if( conn != null ) 
-        {
-            try
-            {
-                conn.close();
-            }
-            catch( SQLException e )
-            {
-                conn = null;
-            }
-        } 
-    }
-    
-    /**
-     * Loads a {@link Properties} object with {@code fileLocation}.
-     * 
-     * @param fileLocation properties file
-     * @return {@link Properties} holding {@code fileLocation} properties.
-     * @throws IOException if {@code fileLocation} cannot be readed.
-     */
-    Properties loadPropertiesFrom( String fileLocation ) throws IOException 
-    {
-        Properties p = new Properties();
-        InputStream inStream = new BufferedInputStream( new FileInputStream( fileLocation ) );
-        p.load( inStream );
-        inStream.close();
-        return p;
-    }
-    
-}
+/* 
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.  
+ */
+package org.apache.wiki;
+
+import java.io.*;
+import java.sql.Connection;
+import java.sql.DriverManager;
+import java.sql.SQLException;
+import java.util.Properties;
+
+import org.apache.log4j.Logger;
+import org.hsqldb.Server;
+import org.hsqldb.util.SqlFile;
+
+
+/**
+ * Helper class to handle Hypersonic Server connections and SQL scripts executions.
+ * 
+ * Standard usage:
+ * <code>
+ * <ol>
+ *   <li>HsqlDbUtils hsqldbu = new HsqlDbUtils()</li>
+ *   <li>hsqldbu.start()</li>
+ *   <li>hsqldbu.exec( "tests/etc/db/hsql/userdb-setup.ddl" )</li>
+ *   <li>hsqldbu.exec( "tests/etc/db/hsql/userdb-teardown.ddl" )</li>
+ *   <li>hsqldbu.stop()</li>
+ * </ol>
+ * </code>
+ * There are also a couple of convenience methods for unit testing:
+ * <code>
+ * <ol>
+ *   <li>hsqldbu.setUp()</li>
+ *   <li>hsqldbu.tearDown()</li>
+ * </ol>
+ * </code>
+ */
+public class HsqlDbUtils
+{
+    
+    private static final Logger LOG = Logger.getLogger( HsqlDbUtils.class );
+    
+    Properties hProps = null;
+    Server hsqlServer = null;
+    
+    /**
+     * Convenience Hypersonic startup method for unit tests.
+     */
+    public void setUp() 
+    {
+        try
+        {
+            start();
+        }
+        catch( Exception e )
+        {
+            LOG.error( e.getMessage(), e );
+        }
+        exec( "tests/etc/db/hsql/userdb-setup.ddl" );
+    }
+    
+    /**
+     * Convenience Hypersonic shutdown method for unit tests.
+     */
+    public void tearDown() 
+    {
+        exec( "tests/etc/db/hsql/userdb-teardown.ddl" );
+        stop();
+    }
+    
+    /**
+     * Starts the Hypersonic server.
+     */
+    public void start() throws Exception
+    {
+        // pre-checks
+        File lock = new File( "tests/etc/db/hsql/jspwiki.lck" );
+        if( lock.exists() ) 
+        {
+            lock.delete();
+        }
+        
+        for( long l = 0; l < 50; l++ ) 
+        {
+            if( lock.exists() ) 
+            {
+                Thread.sleep( 200L );
+            }
+            else 
+            {
+                break;
+            }
+        }
+        
+        
+        if( lock.exists() ) 
+        {
+            throw new InternalWikiException( "Another HSQL server seems to be running" );
+        }
+        
+        // start Hypersonic server
+        Properties hProps = loadPropertiesFrom( "tests/etc/db/hsql/server.properties" );
+        
+        hsqlServer = new Server();
+        hsqlServer.setPort( Integer.valueOf( hProps.getProperty( "server.port" ) ) );
+        hsqlServer.setDatabaseName( 0, hProps.getProperty( "server.dbname.0" ) );
+        hsqlServer.setDatabasePath( 0, hProps.getProperty( "server.database.0" ) );
+        hsqlServer.start();
+        
+        Class.forName( "org.hsqldb.jdbcDriver" );
+        
+        if( !lock.exists() ) 
+        {
+            throw new InternalWikiException( "Unable to start HSQL server, check logs" );
+        }
+    }
+    
+    /**
+     * Executes the given script.
+     * 
+     * @param file script to execute.
+     */
+    public void exec( String file ) 
+    {
+        Connection conn = null;
+        try
+        {
+            conn = getConnection();
+            SqlFile userDbSetup = new SqlFile( new File( file ), false, null );
+            userDbSetup.execute( conn, true );
+        }
+        catch( Exception e ) 
+        {
+            LOG.error( e.getMessage(), e );
+        }
+        finally
+        {
+            close( conn ); 
+        }
+    }
+
+    /**
+     * Stops the Hypersonic server.
+     */
+    public void stop() 
+    {
+        LOG.info( "Shutting down Hypersonic JDBC server on localhost." );
+        if( hsqlServer != null ) 
+        {
+            Connection conn = null;
+            try
+            {
+                conn = getConnection();
+                conn.setAutoCommit( true );
+                conn.prepareStatement( "SHUTDOWN" ).execute();
+            }
+            catch( Exception e )
+            {
+                LOG.error( e.getMessage(), e );
+            }
+            finally
+            {
+                close( conn );
+            }
+            
+            hsqlServer.stop();
+        }
+    }
+    
+    /**
+     * Obtains a {@link Connection}.
+     * 
+     * @return the obtained {@link Connection}.
+     * @throws IOException problems occurred loading jdbc properties file.
+     * @throws SQLException problems occurred obtaining the {@link Connection}.
+     */
+    Connection getConnection() throws IOException, SQLException
+    {
+        Connection conn;
+        Properties jProps = loadPropertiesFrom( "tests/etc/db/jdbc.properties" );
+        conn = DriverManager.getConnection( jProps.getProperty( "jdbc.driver.url" ), 
+                                            jProps.getProperty( "jdbc.admin.id" ),
+                                            jProps.getProperty( "jdbc.admin.password" ) );
+        return conn;
+    }
+    
+    /**
+     * Closes the given {@link Connection}.
+     * 
+     * @param conn given {@link Connection}.
+     */
+    void close( Connection conn ) 
+    {
+        if( conn != null ) 
+        {
+            try
+            {
+                conn.close();
+            }
+            catch( SQLException e )
+            {
+                conn = null;
+            }
+        } 
+    }
+    
+    /**
+     * Loads a {@link Properties} object with {@code fileLocation}.
+     * 
+     * @param fileLocation properties file
+     * @return {@link Properties} holding {@code fileLocation} properties.
+     * @throws IOException if {@code fileLocation} cannot be readed.
+     */
+    Properties loadPropertiesFrom( String fileLocation ) throws IOException 
+    {
+        Properties p = new Properties();
+        InputStream inStream = new BufferedInputStream( new FileInputStream( fileLocation ) );
+        p.load( inStream );
+        inStream.close();
+        return p;
+    }
+    
+}

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/PageManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/PageManagerTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/PageManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/PageManagerTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/ReleaseTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/ReleaseTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/ReleaseTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/ReleaseTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/TestAuthorizer.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/TestAuthorizer.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/TestAuthorizer.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/TestAuthorizer.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/TestEngine.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/TestEngine.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/TestEngine.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/TestEngine.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/TestJDBCDataSource.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/TestJDBCDataSource.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/TestJDBCDataSource.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/TestJDBCDataSource.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/TestJNDIContext.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/TestJNDIContext.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/TestJNDIContext.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/TestJNDIContext.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/TextUtilTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/TextUtilTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/TextUtilTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/TextUtilTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/Util.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/Util.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/Util.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/Util.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/VariableManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/VariableManagerTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/VariableManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/VariableManagerTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/WikiEngineTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/WikiEngineTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/WikiEngineTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/WikiEngineTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/WikiSessionTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/WikiSessionTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/WikiSessionTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/WikiSessionTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/attachment/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/attachment/AllTests.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/attachment/AllTests.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/attachment/AllTests.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AllTests.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AllTests.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AllTests.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AuthenticationManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AuthenticationManagerTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AuthenticationManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AuthenticationManagerTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AuthorizationManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AuthorizationManagerTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AuthorizationManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/AuthorizationManagerTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/GroupManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/GroupManagerTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/GroupManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/GroupManagerTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/SecurityEventTrap.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/SecurityEventTrap.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/SecurityEventTrap.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/SecurityEventTrap.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/UserManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/UserManagerTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/UserManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/UserManagerTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/Users.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/Users.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/Users.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/Users.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AclEntryImplTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AclEntryImplTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AclEntryImplTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AclEntryImplTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AclImplTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AclImplTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AclImplTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AclImplTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AllTests.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AllTests.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/AllTests.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/DefaultAclManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/DefaultAclManagerTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/DefaultAclManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/acl/DefaultAclManagerTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/AllTests.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/AllTests.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/AllTests.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/GroupTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/GroupTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/GroupTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/GroupTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/JDBCGroupDatabaseTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/JDBCGroupDatabaseTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/JDBCGroupDatabaseTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/JDBCGroupDatabaseTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/WebContainerAuthorizerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/WebContainerAuthorizerTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/WebContainerAuthorizerTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/WebContainerAuthorizerTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/XMLGroupDatabaseTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/XMLGroupDatabaseTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/XMLGroupDatabaseTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/authorize/XMLGroupDatabaseTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/AllTests.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/AllTests.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/AllTests.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/AnonymousLoginModuleTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/AnonymousLoginModuleTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/AnonymousLoginModuleTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/AnonymousLoginModuleTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/CookieAssertionLoginModuleTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/CookieAssertionLoginModuleTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/CookieAssertionLoginModuleTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/CookieAssertionLoginModuleTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/UserDatabaseLoginModuleTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/UserDatabaseLoginModuleTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/UserDatabaseLoginModuleTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/UserDatabaseLoginModuleTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/WebContainerLoginModuleTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/WebContainerLoginModuleTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/WebContainerLoginModuleTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/login/WebContainerLoginModuleTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllPermissionCollectionTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllPermissionCollectionTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllPermissionCollectionTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllPermissionCollectionTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllPermissionTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllPermissionTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllPermissionTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllPermissionTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllTests.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllTests.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/AllTests.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/GroupPermissionTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/GroupPermissionTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/GroupPermissionTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/GroupPermissionTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/PagePermissionTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/PagePermissionTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/PagePermissionTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/PagePermissionTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/WikiPermissionTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/WikiPermissionTest.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/WikiPermissionTest.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/permissions/WikiPermissionTest.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information

Modified: incubator/jspwiki/trunk/tests/org/apache/wiki/auth/user/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/org/apache/wiki/auth/user/AllTests.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/org/apache/wiki/auth/user/AllTests.java (original)
+++ incubator/jspwiki/trunk/tests/org/apache/wiki/auth/user/AllTests.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    JSPWiki - a JSP-based WikiWiki clone.
-
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information