Author: almaw
Date: Thu Jan 18 11:01:51 2007
New Revision: 497537

URL: http://svn.apache.org/viewvc?view=rev&rev=497537
Log:
Add javadoc noting lack of OSGi for filters.

Modified:
    
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/WicketServlet.java

Modified: 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/WicketServlet.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/WicketServlet.java?view=diff&rev=497537&r1=497536&r2=497537
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/WicketServlet.java
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/WicketServlet.java
 Thu Jan 18 11:01:51 2007
@@ -32,6 +32,7 @@
 /**
  * 
  * Please use [EMAIL PROTECTED] WicketFilter} if possible instead of this 
servlet.
+ * OSGi doesn't support filters yet, so you may be stuck with this.
  * 
  * Servlet class for all wicket applications. The specific application class to
  * instantiate should be specified to the application server via an init-params


Reply via email to