Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

adding header fields to a request with a filter

843841Aug 18 2004 — edited Jun 2 2006
Hi all,

I need a way to pass some infos from a filter to another and still mantaining those filters loose coupled. I thoght that one solution is having a filter adding some header fields in the request, and the other filter reading those custom header fields.
First question: have you any better idea?
Second question: how can I add header fields in a request by a filter? I'm talking about header fields and not about request parameters

Thank in advance
Lallero
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 30 2006
Added on Aug 18 2004
6 comments
619 views