You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/10/31 07:39:51 UTC

DO NOT REPLY [Bug 14117] New: - AuthAction fails in sub-requests

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14117>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14117

AuthAction fails in sub-requests

           Summary: AuthAction fails in sub-requests
           Product: Cocoon 2
           Version: Current CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: samc@atnet.net.au


>From CVS Source:
When AuthAction realises that it is executing in an internal request, it 
assumes that AuthAction was called in the main pipeline with the same handler,
which normally stores the information in the request object, and looks for it 
there.

If AuthAction was not used in the main pipeline, or a different handler was 
used, this causes the handler and application name to be resolved as null, 
resulting in a Hander not found error.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org