You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ji...@codehaus.org on 2003/08/04 02:44:39 UTC

[jira] Commented: (JELLY-59) multi-part mime http request

The following comment has been added to this issue:

     Author: Bill Keese
    Created: Sun, 3 Aug 2003 7:42 PM
       Body:
I checked out HTTPClient from CVS, so there wasn't a version number per se, but surely version 2.0 release candidate 1 will work.  
---------------------------------------------------------------------
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

   Assignee: 
   Reporter: Bill Keese

    Created: Sun, 22 Jun 2003 9:55 PM
    Updated: Sun, 22 Jun 2003 10:02 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