Author: dlestrat Date: Fri Nov 25 08:45:23 2005 New Revision: 348979 URL: http://svn.apache.org/viewcvs?rev=348979&view=rev Log: Correcting some broken links. Patch from Philip Mark Donaghy.
http://issues.apache.org/jira/browse/JS2-411 Modified: portals/jetspeed-2/trunk/components/prefs/xdocs/index.xml portals/jetspeed-2/trunk/components/security/xdocs/config.xml portals/jetspeed-2/trunk/components/security/xdocs/hierarchy.xml portals/jetspeed-2/trunk/components/security/xdocs/index.xml Modified: portals/jetspeed-2/trunk/components/prefs/xdocs/index.xml URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/prefs/xdocs/index.xml?rev=348979&r1=348978&r2=348979&view=diff ============================================================================== --- portals/jetspeed-2/trunk/components/prefs/xdocs/index.xml (original) +++ portals/jetspeed-2/trunk/components/prefs/xdocs/index.xml Fri Nov 25 08:45:23 2005 @@ -46,7 +46,7 @@ Roles and groups hierarchy: Documentation on how roles and groups hierarchy use the <code>Preferences</code> model can be found in the - <a href="/multiproject/jetspeed-security/hierarchy.html#Leveraging_Preferences_to_Manage_Hierarchies">security section</a> + <a href="../../multiproject/jetspeed-security/hierarchy.html#Leveraging_Preferences_to_Manage_Hierarchies">security section</a> of the documentation. </li> </ul> Modified: portals/jetspeed-2/trunk/components/security/xdocs/config.xml URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security/xdocs/config.xml?rev=348979&r1=348978&r2=348979&view=diff ============================================================================== --- portals/jetspeed-2/trunk/components/security/xdocs/config.xml (original) +++ portals/jetspeed-2/trunk/components/security/xdocs/config.xml Fri Nov 25 08:45:23 2005 @@ -42,7 +42,7 @@ <subsection name="security-atz.xml"> <p> This configuration file configures the authorization policy, in J2's case - <a href="atz-jass.html">RdbmsPolicy</a> + <a href="atz-jaas.html">RdbmsPolicy</a> . </p> </subsection> @@ -362,4 +362,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> Modified: portals/jetspeed-2/trunk/components/security/xdocs/hierarchy.xml URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security/xdocs/hierarchy.xml?rev=348979&r1=348978&r2=348979&view=diff ============================================================================== --- portals/jetspeed-2/trunk/components/security/xdocs/hierarchy.xml (original) +++ portals/jetspeed-2/trunk/components/security/xdocs/hierarchy.xml Fri Nov 25 08:45:23 2005 @@ -122,7 +122,7 @@ Group and roles hierarchy are stored in the <code>Preferences</code> layer as follow (the output of <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/prefs/Preferences.html#exportNode(java.io.OutputStream)"> - exportNode()</a> for <a href="/multiprojectjetspeed-prefs/index.html">Jetspeed's RBMS Preferences</a> implementation): + exportNode()</a> for <a href="../../multiproject/jetspeed-prefs/index.html">Jetspeed's RBMS Preferences</a> implementation): <source> <![CDATA[ <preferences EXTERNAL_XML_VERSION="1.0"> @@ -168,4 +168,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document> Modified: portals/jetspeed-2/trunk/components/security/xdocs/index.xml URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security/xdocs/index.xml?rev=348979&r1=348978&r2=348979&view=diff ============================================================================== --- portals/jetspeed-2/trunk/components/security/xdocs/index.xml (original) +++ portals/jetspeed-2/trunk/components/security/xdocs/index.xml Fri Nov 25 08:45:23 2005 @@ -81,9 +81,9 @@ <section name="Role Based Access Control"> <p> Role based access control (RBAC) in Jetspeed 2 support multiple hierarchy resolution strategies as defined in - <a href="http://www.doc.ic.ac.uk/~ecl1/papers/rbac99.pdf">The Uses of Hierarchy in Access Control</a> + <a href="http://www.doc.ic.ac.uk/~ecl1/wiki/lib/exe/fetch.php?id=emil%3Aresearchthemes%3Apubbytheme&cache=cache&media=research:papers:1999rbac.pdf">The Uses of Hierarchy in Access Control</a> . See <a href="hierarchy.html">Hierarchy Management Overview</a> for more information. </p> </section> </body> -</document> \ No newline at end of file +</document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
