You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Christian Mittendorf (JIRA)" <ta...@jakarta.apache.org> on 2006/11/23 12:55:01 UTC

[jira] Created: (TAPESTRY-1161) encodeURL is not working if context.xml is configured with cookies=false

encodeURL is not working if context.xml is configured with cookies=false 
-------------------------------------------------------------------------

                 Key: TAPESTRY-1161
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1161
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 4.1, 4.1.1
            Reporter: Christian Mittendorf


Tapestry version 4.1 and later do not encode the session id into the url (via response.encodeURL) if the setting "cookies" of context.xml is set to false. I've created a simple test app and put a context.xml into the META-INF folder:

<?xml version="1.0" encoding="UTF-8"?>
<Context cookies="false">
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
    <WatchedResource>META-INF/context.xml</WatchedResource>
</Context>

If I build the project with 4.0.2, the session id is encoded into ech request. But if I switch to 4.1 or 4.1.1-SNAPSHOT, the session id is not encoded into each reqest.



-- 
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

        

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


[jira] Resolved: (TAPESTRY-1161) encodeURL is not working if context.xml is configured with cookies=false

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1161?page=all ]

Jesse Kuhnert resolved TAPESTRY-1161.
-------------------------------------

    Fix Version/s: 4.1.1
       Resolution: Fixed

> encodeURL is not working if context.xml is configured with cookies=false
> ------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1161
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1161
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1, 4.1.1
>            Reporter: Christian Mittendorf
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>
> Tapestry version 4.1 and later do not encode the session id into the url (via response.encodeURL) if the setting "cookies" of context.xml is set to false. I've created a simple test app and put a context.xml into the META-INF folder:
> <?xml version="1.0" encoding="UTF-8"?>
> <Context cookies="false">
>     <WatchedResource>WEB-INF/web.xml</WatchedResource>
>     <WatchedResource>META-INF/context.xml</WatchedResource>
> </Context>
> If I build the project with 4.0.2, the session id is encoded into ech request. But if I switch to 4.1 or 4.1.1-SNAPSHOT, the session id is not encoded into each reqest.

-- 
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

        

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


[jira] Assigned: (TAPESTRY-1161) encodeURL is not working if context.xml is configured with cookies=false

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1161?page=all ]

Jesse Kuhnert reassigned TAPESTRY-1161:
---------------------------------------

    Assignee: Jesse Kuhnert

> encodeURL is not working if context.xml is configured with cookies=false
> ------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1161
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1161
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1, 4.1.1
>            Reporter: Christian Mittendorf
>         Assigned To: Jesse Kuhnert
>
> Tapestry version 4.1 and later do not encode the session id into the url (via response.encodeURL) if the setting "cookies" of context.xml is set to false. I've created a simple test app and put a context.xml into the META-INF folder:
> <?xml version="1.0" encoding="UTF-8"?>
> <Context cookies="false">
>     <WatchedResource>WEB-INF/web.xml</WatchedResource>
>     <WatchedResource>META-INF/context.xml</WatchedResource>
> </Context>
> If I build the project with 4.0.2, the session id is encoded into ech request. But if I switch to 4.1 or 4.1.1-SNAPSHOT, the session id is not encoded into each reqest.

-- 
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

        

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