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

svn commit: r548215 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml

Author: almaw
Date: Sun Jun 17 22:07:06 2007
New Revision: 548215

URL: http://svn.apache.org/viewvc?view=rev&rev=548215
Log:
Move authentication.

Modified:
    incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml

Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml?view=diff&rev=548215&r1=548214&r2=548215
==============================================================================
--- incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml Sun Jun 17 22:07:06 2007
@@ -348,7 +348,7 @@
 		<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
 		<init-param>
 			<param-name>applicationClassName</param-name>
-			<param-value>org.apache.wicket.authentication.example.MyAuthenticatedWebApplication</param-value>
+			<param-value>org.apache.wicket.examples.authentication.MyAuthenticatedWebApplication</param-value>
 		</init-param>
 	</filter>