The following issue has been updated:
Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED])
Date: Thu, 4 Sep 2003 1:23 PM
Changes:
Component changed to taglib.http
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-59&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-59
Here is an overview of the issue:
---------------------------------------------------------------------
Key: JELLY-59
Summary: multi-part mime http request
Type: New Feature
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: 4 hours
Project: jelly
Components:
taglib.http
Assignee:
Reporter: Bill Keese
Created: Sun, 22 Jun 2003 9:55 PM
Updated: Thu, 4 Sep 2003 1:23 PM
Description:
This patch support multi-part mime requests (in the HTTP library). I will attach the
two new files, Part.java and MPPost.java. Besides those files you just need to modify
HttpTagLibrary.java to include the new files:
+ registerTag("mppost", MppostTag.class);
+ registerTag("part", PartTag.class);
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]