blob: a276bd8cadaf7b414d4b2a990a35bb2c68656749 [file] [log] [blame]
<?xml version="1.0"?>
<!--
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.
-->
<!-- CVS: $Id$ -->
<page>
<resources>
<resource type="file" href="descriptors/auth.xml?cocoon-view=pretty-content">Authenticator</resource>
<resource type="file" href="descriptors/params.xml?cocoon-view=pretty-content">Validator</resource>
<resource type="doc" href="http://cocoon.apache.org/2.1/userdocs/database-actions.html">Actions</resource>
</resources>
<title>Protected area</title>
<content>
<linkbar/>
<para>
Wow, you have entered secret area,
now its time to examine sub-sitemap and
think about what can be improved regarding flow control and especially
aspect capturing, so that it is not necessary to check session in every
map:match fragment. :-))
<br/>
&#160; -- Martin Man
</para>
<para>You are logged in under username: ${parameters.getParameter('username')}</para>
<para>Your department id is: ${parameters.getParameter('department_id')}</para>
<para>Your web page theme is: ${parameters.getParameter('theme')}</para>
</content>
</page>
<!-- vim: set et ts=2 sw=2: -->