cziegeler 02/04/17 03:27:52
Added: src/java/org/apache/cocoon/webapps/authentication
authentication-act.xmap authentication-gen.xmap
authentication.xconf
Log:
Adding configuration
Revision Changes Path
1.1
xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/authentication-act.xmap
Index: authentication-act.xmap
===================================================================
<?xml version="1.0"?>
<xmap xpath="/sitemap/components/actions"
unless="[EMAIL PROTECTED]'auth-protect']">
<map:action name="auth-protect"
src="org.apache.cocoon.webapps.authentication.acting.AuthAction">
<handlers>
</handlers>
</map:action>
<map:action name="auth-login"
src="org.apache.cocoon.webapps.authentication.acting.LoginAction"/>
<map:action name="auth-logout"
src="org.apache.cocoon.webapps.authentication.acting.LogoutAction"/>
<map:action name="auth-loggedIn"
src="org.apache.cocoon.webapps.authentication.acting.LoggedInAction"/>
</xmap>
1.1
xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/authentication-gen.xmap
Index: authentication-gen.xmap
===================================================================
<?xml version="1.0"?>
<xmap xpath="/sitemap/components/generators"
unless="[EMAIL PROTECTED]'auth-conf']">
<map:generator name="auth-conf"
src="org.apache.cocoon.webapps.authentication.generation.ConfigurationGenerator"
label="content,data"/>
</xmap>
1.1
xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/authentication.xconf
Index: authentication.xconf
===================================================================
<?xml version="1.0"?>
<xconf xpath="/cocoon" unless="component[mediatypes/media]">
<component
role="org.apache.cocoon.webapps.authentication.AuthenticationManager"
class="org.apache.cocoon.webapps.authentication.AuthenticationManager">
<mediatypes default="html">
<media name="wap" useragent="Nokia"/>
<media name="wap" useragent="UP"/>
<media name="wap" useragent="Wapalizer"/>
</mediatypes>
</component>
</xconf>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]