From portal-commits at lists.jboss.org Fri May 23 00:57:09 2008 Content-Type: multipart/mixed; boundary="===============0549533833388681493==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10800 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Fri, 23 May 2008 00:57:08 -0400 Message-ID: --===============0549533833388681493== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-05-23 00:57:08 -0400 (Fri, 23 May 2008) New Revision: 10800 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhan= dling.xml Log: 8.2.2. Default Policy - revising 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 04:35:49 UTC (rev 10799) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorha= ndling.xml 2008-05-23 04:57:08 UTC (rev 10800) @@ -17,27 +17,27 @@ - Access denied: the user does not h= ave the security permissions to access the resource. + Access denied: the user does not have the secu= rity permissions to access the resource. - Error: an anticipated error, such = as when a portlet throws an exception. + Error: an anticipated error, such as when a po= rtlet throws an exception. - Internal error: an unexpected erro= r. + Internal error: an unexpected error. - Resource not found: the resource w= as not found. + Resource not found: the resource was not found. - Resource not available: the resour= ce was found, but it is not serviceable. + Resource not available: the resource was found= , but it is not serviceable. @@ -80,15 +80,37 @@ - Default policy - The default policy applies when errors are not handled at o= ther level. By default errors are translated + Default Policy + The default policy applies when errors are not handled by a= nother level. By default, errors are translated into the most appropriate HTTP response: + + - Access denied: HTTP 403 Forbidden response - Error: HTTP 500 Internal Server Error response - Internal error: HTTP 500 Internal Server Error re= sponse - Resource not found: HTTP 404 Not Found response - Resource not available: HTTP 404 Not Found respon= se + + + Access denied: HTTP 403 Forbidden + + + + + Error: HTTP 500 Internal Server Error + + + + + Internal error: HTTP 500 Internal Server Error + + + + + Resource not found: HTTP 404 Not Found + + + + + Resource not available: HTTP 404 Not Found + + --===============0549533833388681493==--