You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/08/23 11:42:07 UTC

svn commit: r568908 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/ReloadingWicketFilter.java

Author: jbq
Date: Thu Aug 23 02:42:07 2007
New Revision: 568908

URL: http://svn.apache.org/viewvc?rev=568908&view=rev
Log:
Add explanation related to WICKET-875

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/ReloadingWicketFilter.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/ReloadingWicketFilter.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/ReloadingWicketFilter.java?rev=568908&r1=568907&r2=568908&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/ReloadingWicketFilter.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/ReloadingWicketFilter.java Thu Aug 23 02:42:07 2007
@@ -59,6 +59,15 @@
  * </pre>
  * 
  * <p>
+ * <b>NOTE. </b> If you wish to reload <tt>com.company.search.Form</tt>, you
+ * have to make sure to include all classes that <b>reference</b>
+ * <tt>com.company.search.Form</tt>. In particular, if it is referenced in
+ * com.company.Application, you will also have to include the latter. And this
+ * is viral, as for every class you include, you must check that all classes
+ * that reference it are also included.
+ * </p>
+ * 
+ * <p>
  * It is also possible to add an extra URL to watch for changes using
  * <tt>ReloadingClassLoader.addLocation()</tt> . By default, all the URLs
  * returned by the parent class loader (ie all {@link URL} returned by