You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/07/14 13:08:50 UTC

[jira] Created: (CLK-711) Cannot set Page headers in Page constructor

Cannot set Page headers in Page constructor
-------------------------------------------

                 Key: CLK-711
                 URL: https://issues.apache.org/jira/browse/CLK-711
             Project: Click
          Issue Type: Improvement
    Affects Versions: 2.2.0
            Reporter: Bob Schellink
            Assignee: Bob Schellink
            Priority: Minor
             Fix For: 2.3.0-M1


Page headers uses a copy-on-write approach making the headers unavailable for modification during page construction.

Default headers set through ConfigService should still be applied after page construction. Care needs to be taken that default headers do not override explicitly set headers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLK-711) Cannot set Page headers in Page constructor

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-711.
-------------------------------

    Resolution: Fixed

fixed in trunk

> Cannot set Page headers in Page constructor
> -------------------------------------------
>
>                 Key: CLK-711
>                 URL: https://issues.apache.org/jira/browse/CLK-711
>             Project: Click
>          Issue Type: Improvement
>    Affects Versions: 2.2.0
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>            Priority: Minor
>             Fix For: 2.3.0-M1
>
>
> Page headers uses a copy-on-write approach making the headers unavailable for modification during page construction.
> Default headers set through ConfigService should still be applied after page construction. Care needs to be taken that default headers do not override explicitly set headers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.