[mashup-dev] [jira] Resolved: (MASHUP-366) Consider session.remove
Keith Godwin Chapman (JIRA)
jira at wso2.org
Wed Oct 24 03:33:22 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-366?page=all ]
Keith Godwin Chapman resolved MASHUP-366.
-----------------------------------------
Resolution: Fixed
> Consider session.remove
> -----------------------
>
> Key: MASHUP-366
> URL: http://www.wso2.org/jira/browse/MASHUP-366
> Project: WSO2 Mashup Server
> Issue Type: Improvement
> Components: HostObjects
> Reporter: Keith Godwin Chapman
> Assigned To: Keith Godwin Chapman
> Priority: Minor
> Fix For: 0.3
>
>
> The current session host object has session.get and session.put. But it does not have a mechanism of removing an entry from the session or clearing the session.
> I would propose adding a couple of methods to the session HostObject.
> session.remove(key); // remove a single entry from the session
> session.clear(); // remove all entries from the session
> I noticed this feature missing while writing a sampple for REST features. When the method is DELETE i wanna remove the resourse from the session and could not find a way to do it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Mashup-dev
mailing list