You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "David Crossley (JIRA)" <ji...@apache.org> on 2006/03/01 07:24:39 UTC

[jira] Updated: (COCOON-1395) [PATCH] Missing ContextAttributeInputModule

     [ http://issues.apache.org/jira/browse/COCOON-1395?page=all ]

David Crossley updated COCOON-1395:
-----------------------------------

    Bugzilla Id:   (was: 32986)
     Other Info: [Patch available]
    Description: 
This patch contains missing input module "context-attr" that encapsulates 
o.a.c.environment.Context#getAttribute(String).

I needed "context-attr" input module for the meta module chain of retrieving 
attribute across viarious scopes:
<component-instance name="ajf-config" 
class="org.apache.cocoon.components.modules.input.ChainMetaModule">
  <input-module name="request-param"/>
  <input-module name="request-attr"/>
  <input-module name="session-attr"/>
  <input-module name="context-attr"/>
  <input-module name="global"/>
  <input-module name="defaults"/>
</component-instance>

  was:
This patch contains missing input module "context-attr" that encapsulates 
o.a.c.environment.Context#getAttribute(String).

I needed "context-attr" input module for the meta module chain of retrieving 
attribute across viarious scopes:
<component-instance name="ajf-config" 
class="org.apache.cocoon.components.modules.input.ChainMetaModule">
  <input-module name="request-param"/>
  <input-module name="request-attr"/>
  <input-module name="session-attr"/>
  <input-module name="context-attr"/>
  <input-module name="global"/>
  <input-module name="defaults"/>
</component-instance>


> [PATCH] Missing ContextAttributeInputModule
> -------------------------------------------
>
>          Key: COCOON-1395
>          URL: http://issues.apache.org/jira/browse/COCOON-1395
>      Project: Cocoon
>         Type: Bug
>   Components: * Cocoon Core
>     Versions: 2.1.6
>  Environment: Operating System: All
> Platform: Other
>     Reporter: Michal Durdina
>     Assignee: Cocoon Developers Team
>  Attachments: RELEASE_2_1_6.patch_13.diff
>
> This patch contains missing input module "context-attr" that encapsulates 
> o.a.c.environment.Context#getAttribute(String).
> I needed "context-attr" input module for the meta module chain of retrieving 
> attribute across viarious scopes:
> <component-instance name="ajf-config" 
> class="org.apache.cocoon.components.modules.input.ChainMetaModule">
>   <input-module name="request-param"/>
>   <input-module name="request-attr"/>
>   <input-module name="session-attr"/>
>   <input-module name="context-attr"/>
>   <input-module name="global"/>
>   <input-module name="defaults"/>
> </component-instance>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira