Skip to content

Commit

Permalink
Clarify access errors in p:load
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jan 5, 2025
1 parent 282829e commit bbcdadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/src/main/xml/steps/load.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ supports redirection, then redirects <rfc2119>must</rfc2119> be
followed.</para>

<para><error code="D0011">It is a <glossterm>dynamic error</glossterm>
if the resource referenced by a <code>p:load</code> element does not exist
or cannot be accessed.</error></para>
if the resource referenced by a <code>p:load</code> element does not exist,
cannot be accessed, or if the access reports error (for example, an HTTP 404 error).</error></para>

<para>The behavior of this step depends on the content type of the
document loaded. The content type of a document is
Expand Down

0 comments on commit bbcdadc

Please sign in to comment.