From portal-commits at lists.jboss.org Fri May 23 21:13:16 2008 Content-Type: multipart/mixed; boundary="===============4963505383698894291==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10808 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Fri, 23 May 2008 21:13:16 -0400 Message-ID: --===============4963505383698894291== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-05-23 21:13:15 -0400 (Fri, 23 May 2008) New Revision: 10808 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhan= dling.xml docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml Log: Chapter 8. Error Handling Configuration - minor revisions 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 22:02:29 UTC (rev 10807) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorha= ndling.xml 2008-05-24 01:13:15 UTC (rev 10808) @@ -9,7 +9,7 @@ Error Handling Configuration - The JBoss Portal request pipeline allows fine-grained, dynamic configu= ration of how JBoss Portal behaves when errors occur at runtime. + The JBoss Portal request pipeline allows fine-grained, dynamic configu= ration of how JBoss Portal behaves when errors occur during runtime. Error Types @@ -117,7 +117,7 @@ Portal Policy - The portal error-policy controls the response that is sent to the Web b= rowser when an error occurs. A default error policy exists, which can be co= nfigured per portal. If an error occurs, the policy can either handle a red= irect to a JSP page, or ignore the error. If the error is ignored, it is ha= ndled by the default policy, otherwise a JSP page is invoked with appropria= te request attributes, allowing page customization. + The portal error-policy controls the response sent to the Web browser w= hen an error occurs. A default error policy exists, which can be configured= per portal. If an error occurs, the policy can either handle a redirect to= a JSP page, or ignore the error. If the error is ignored, it is handled by= the default policy, otherwise a JSP page is invoked with the appropriate r= equest attributes, allowing page customization. @@ -144,11 +144,12 @@ 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. + Different policies are configured using portal object properties, a= llowing the error-handling policy for objects to be configured in XML descr= iptors -- the *-object.xml files -- for a portal deplo= yment. 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: + + A set of properties configure the the behavior of the portal policy. Th= ese properties are only taken into account for objects that use the portal type. The following table represents portal policy pro= perties: @@ -198,8 +199,11 @@
- An example of portal configuration: - + The following portal configuration details the use of portal-policy pro= perties: + + + MyPortal ... Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/u= rls.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/urls.xm= l 2008-05-23 22:02:29 UTC (rev 10807) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xm= l 2008-05-24 01:13:15 UTC (rev 10808) @@ -33,7 +33,7 @@ - Before reading the following sections, be familiar with how to def= ine a page and a portal. Refer to fo= r details. + Before reading the following sections, be familiar with how to def= ine pages and portal. Refer to for d= etails.
--===============4963505383698894291==--