From portal-commits at lists.jboss.org Fri May 23 02:17:56 2008 Content-Type: multipart/mixed; boundary="===============5218825327962050241==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10803 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Fri, 23 May 2008 02:17:56 -0400 Message-ID: --===============5218825327962050241== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-05-23 02:17:56 -0400 (Fri, 23 May 2008) New Revision: 10803 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhan= dling.xml Log: 8.3.1. Portal Policy Properties - revising table/changing xml markup Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/e= rrorhandling.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorha= ndling.xml 2008-05-23 05:17:31 UTC (rev 10802) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorha= ndling.xml 2008-05-23 06:17:56 UTC (rev 10803) @@ -37,7 +37,7 @@ - Resource not available: the resource was found= , but it is not serviceable. + Resource unavailable: the resource was found, = but it is not serviceable. @@ -108,7 +108,7 @@ - Resource not available: HTTP 404 Not Found + Resource unavailable: HTTP 404 Not Found @@ -142,58 +142,57 @@ - Configuration using the XML descriptors - Since the different policies are configured using portal objec= t properties it is possible to configure - the error handling policy in the XML descriptors of those objects (t= he *-object.xml files for - your Portal deployment). + Configuration using XML Descriptors + + Different policies are configured using portal object properties, a= llowing the error-handling policy for objects to be configured in XML descr= iptors, *-object.xml files, for a portal deployment. + - Portal policy properties - A set of properties configure the the behavior of the porta= l policy. Those properties will only be - taken in account for objects of type portal. + Portal Policy Properties + A set of properties configure the the behavior of the porta= l policy. These properties are only taken into account for objects that use= the portal type. The following table represents porta= l policy properties: + - Portal policy properties - Property name + Property Name Description - Possible values + Possible Values - control.portal.access_deni= ed - On access denied - ignore and jsp - + control.portal.access_deni= ed + when access is denied + ignore and jsp + - control.portal.unavailable= - On resource not available<= /entry> - ignore and jsp + control.portal.unavailable= + when a resource is unavail= able + ignore and jsp - control.portal.error - On an expected error - ignore and jsp + control.portal.error + when an expected error occ= urs + ignore and jsp - control.portal.internal_er= ror - On an unexpected error - ignore and jsp + control.portal.internal_er= ror + when an unexpected error o= ccurs + ignore and jsp - control.portal.not_found - On resource not found - ignore and jsp + control.portal.not_found + when a resource is not fou= nd + ignore and jsp - control.portal.resource_ur= i - The path of the JSP used f= or redirections - A valid path to a JSP loca= ted in the portal-core.war file + control.portal.resource_ur= i + the path of the JSP used f= or redirections + a valid path to a JSP loca= ted in the portal-core.war/ directory --===============5218825327962050241==--