History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1409
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: tm_jee
Reporter: Philip Luppens
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

Cookie interceptor

Created: 02/Jan/07 04:30 AM   Updated: 09/Jan/07 11:12 AM
Component/s: Interceptors
Affects Version/s: 2.2.4
Fix Version/s: 2.2.5

File Attachments: 1. Java Source File CookieInterceptor.java (3 kb)


Sub-Tasks  All   Open   
 Sub-Task Progress: 

 Description  « Hide
Create a cookie interceptor that reads cookie name/value pairs and adds them to the request as if they were request parameters.

See http://forums.opensymphony.com/thread.jspa?threadID=7256

 All   Comments   Change History      Sort Order:
Philip Luppens - [02/Jan/07 04:31 AM ]
Added CookieInterceptor.java

tm_jee - [09/Jan/07 11:07 AM ]
implemented

RCS file: /cvs/webwork/src/java/com/opensymphony/webwork/interceptor/CookieInterceptor.java,v
done
Checking in java/com/opensymphony/webwork/interceptor/CookieInterceptor.java;
/cvs/webwork/src/java/com/opensymphony/webwork/interceptor/CookieInterceptor.java,v <-- CookieInterceptor.java
initial revision: 1.1
done
RCS file: /cvs/webwork/src/java/com/opensymphony/webwork/interceptor/CookiesAware.java,v
done
Checking in java/com/opensymphony/webwork/interceptor/CookiesAware.java;
/cvs/webwork/src/java/com/opensymphony/webwork/interceptor/CookiesAware.java,v <-- CookiesAware.java
initial revision: 1.1
done
RCS file: /cvs/webwork/src/test/com/opensymphony/webwork/interceptor/CookieInterceptorTest.java,v
done
Checking in test/com/opensymphony/webwork/interceptor/CookieInterceptorTest.java;
/cvs/webwork/src/test/com/opensymphony/webwork/interceptor/CookieInterceptorTest.java,v <-- CookieInterceptorTest.java
initial revision: 1.1
done

Do kindly review. Thx