[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to