Site component fails on profile navigations for subsites
--------------------------------------------------------
Key: JS2-674
URL: https://issues.apache.org/jira/browse/JS2-674
Project: Jetspeed 2
Issue Type: Bug
Components: Profiler
Affects Versions: 2.1.1-RC
Reporter: David Sean Taylor
Assigned To: David Sean Taylor
Fix For: 2.1.1-RC
The Subsite component does not support:
* relative navigations
* navigations within subsites (or controls)
Example of a navigation that fails:
<ProfilingRule id="localhost-fallback" standardRule="false">
<description value="A hosting rule with role fallback"/>
<Criteria>
<Criterion name="hostname">
<type value="hostname"/>
<fallBackOrder value="0"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="user">
<type value="user"/>
<fallBackOrder value="1"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="navigation">
<type value="navigation"/>
<value value="/"/>
<fallBackOrder value="2"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="hostname2">
<type value="hostname"/>
<fallBackOrder value="3"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="role">
<type value="role"/>
<fallBackOrder value="4"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="page">
<type value="path.session"/>
<value value="home"/>
<fallBackOrder value="5"/>
<fallBackType value="1"/>
</Criterion>
</Criteria>
</ProfilingRule>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]