Bug 27503 - <mt:header> tag resets headers previously set with same name
Summary: <mt:header> tag resets headers previously set with same name
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Mailer Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-07 13:45 UTC by Marc Guillemot
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Patch against SendTag class rev 1.18 (336 bytes, patch)
2004-03-07 13:46 UTC, Marc Guillemot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Guillemot 2004-03-07 13:45:09 UTC
The tag <mt:header .../> performs a setHeader what resets the headers previously
defined with the same name. It should perform a addHeader to allow defining more
than one value for the same header name (Optionnaly a "reset" attribute could be
added, but it doesn't make sense to me: why set a value first to overwrite it
just after?)
Comment 1 Marc Guillemot 2004-03-07 13:46:20 UTC
Created attachment 10693 [details]
Patch against SendTag class rev 1.18
Comment 2 Martin Cooper 2004-03-08 05:57:49 UTC
Fixed in the 20040308 nightly build.