You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@jakarta.apache.org on 2004/09/12 17:54:38 UTC

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

Message:

   The following issue has been resolved as FIXED.

   Resolver: dion gillard
       Date: Sun, 12 Sep 2004 8:54 AM

In 1.1 of the taglib. Applied with small changes
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-59

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-59
    Summary: multi-part mime http request
       Type: New Feature

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: jelly
 Components: 
             taglib.http
   Fix Fors:
             1.0-beta-5

   Assignee: 
   Reporter: Bill Keese

    Created: Sun, 22 Jun 2003 9:55 PM
    Updated: Sun, 12 Sep 2004 8:54 AM

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://issues.apache.org/jira/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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org