You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Eli Doran (JIRA)" <ta...@jakarta.apache.org> on 2005/07/20 19:37:45 UTC

[jira] Created: (TAPESTRY-419) CookieSource should support timeouts and path

CookieSource should support timeouts and path
---------------------------------------------

         Key: TAPESTRY-419
         URL: http://issues.apache.org/jira/browse/TAPESTRY-419
     Project: Tapestry
        Type: Improvement
  Components: Framework  
    Versions: 4.0    
    Reporter: Eli Doran
    Priority: Minor


CookieSource needs support for writing cookies with a 'max age' and a certain path.

Note: I've written the necessary changes and will provide a patch.

-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Updated: (TAPESTRY-419) CookieSource should support timeouts and path

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

Eli Doran updated TAPESTRY-419:
-------------------------------

    Attachment: cookie.patch

This is a newer patch that patches both. I created it using TortoiseSVN against today's current code. It provides the path and max age enhancements to CookieSource and CookieSourceImpl.

> CookieSource should support timeouts and path
> ---------------------------------------------
>
>          Key: TAPESTRY-419
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-419
>      Project: Tapestry
>         Type: Improvement
>   Components: Framework
>     Versions: 4.0
>     Reporter: Eli Doran
>     Priority: Minor
>  Attachments: CookieSource.diff, CookieSourceImpl.diff, cookie.patch
>
> CookieSource needs support for writing cookies with a 'max age' and a certain path.
> Note: I've written the necessary changes and will provide a patch.

-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Resolved: (TAPESTRY-419) CookieSource should support timeouts and path

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-419?page=all ]
     
Howard M. Lewis Ship resolved TAPESTRY-419:
-------------------------------------------

    Resolution: Duplicate
     Assign To: Howard M. Lewis Ship

> CookieSource should support timeouts and path
> ---------------------------------------------
>
>          Key: TAPESTRY-419
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-419
>      Project: Tapestry
>         Type: Improvement
>   Components: Framework
>     Versions: 4.0
>     Reporter: Eli Doran
>     Assignee: Howard M. Lewis Ship
>     Priority: Minor
>  Attachments: CookieSource.diff, CookieSourceImpl.diff, cookie.patch
>
> CookieSource needs support for writing cookies with a 'max age' and a certain path.
> Note: I've written the necessary changes and will provide a patch.

-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Commented: (TAPESTRY-419) CookieSource should support timeouts and path

Posted by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-419?page=comments#action_12316264 ] 

Andreas Andreou commented on TAPESTRY-419:
------------------------------------------

Yep, that's a nice to have feature.
Just a quick question about CookieSourceImpl.
Since this class is for simplifying cookie handling, 
shouldn't it somehow encode (i.e. Base64) and decode the values passed to it,
when the value is not in iso-8857-1 encoding?


> CookieSource should support timeouts and path
> ---------------------------------------------
>
>          Key: TAPESTRY-419
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-419
>      Project: Tapestry
>         Type: Improvement
>   Components: Framework
>     Versions: 4.0
>     Reporter: Eli Doran
>     Priority: Minor
>  Attachments: CookieSource.diff, CookieSourceImpl.diff
>
> CookieSource needs support for writing cookies with a 'max age' and a certain path.
> Note: I've written the necessary changes and will provide a patch.

-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Commented: (TAPESTRY-419) CookieSource should support timeouts and path

Posted by "Eli Doran (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-419?page=comments#action_12319953 ] 

Eli Doran commented on TAPESTRY-419:
------------------------------------

Is there something wrong with the additions I'm making to this? Or, are the diff files not done right? Is there something else I can do to encourage this?

> CookieSource should support timeouts and path
> ---------------------------------------------
>
>          Key: TAPESTRY-419
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-419
>      Project: Tapestry
>         Type: Improvement
>   Components: Framework
>     Versions: 4.0
>     Reporter: Eli Doran
>     Priority: Minor
>  Attachments: CookieSource.diff, CookieSourceImpl.diff
>
> CookieSource needs support for writing cookies with a 'max age' and a certain path.
> Note: I've written the necessary changes and will provide a patch.

-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org