You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Luigi Bai <lp...@focalpoint.com> on 2004/11/06 21:32:10 UTC

Patches for 2.1.6

Please consdier the following patches for 3.1.6:

[PATCH] namespace issues with XMLDBTransformer
http://issues.apache.org/bugzilla/show_bug.cgi?id=28723

[Patch] XMLDBSource cannot handle BinaryResources
http://issues.apache.org/bugzilla/show_bug.cgi?id=30924

[Patch] XMLDBSource should accept scheme://user:pass@host:port/path 
URIs
http://issues.apache.org/bugzilla/show_bug.cgi?id=30928

[PATCH] XMLDBTransformer can use username/password to access XMLDB
http://issues.apache.org/bugzilla/show_bug.cgi?id=31064

The rewrite to incorporate commons-fileupload is not likely to be done for 
3.1.6? If not, please consider the following patch:

[PATCH] MultipartParser can now handle multipart/mixed
http://issues.apache.org/bugzilla/show_bug.cgi?id=31067

Re: Patches for 2.1.6

Posted by Vadim Gritsenko <va...@reverycodes.com>.
Luigi Bai wrote:
> 
> Please consdier the following patches for 3.1.6:
> 
> [PATCH] namespace issues with XMLDBTransformer
> http://issues.apache.org/bugzilla/show_bug.cgi?id=28723

Can this be marked as duplicate of 30924? Seems to me patch in 30924 also uses 
xml serializer.


> [Patch] XMLDBSource cannot handle BinaryResources
> http://issues.apache.org/bugzilla/show_bug.cgi?id=30924
> 
> [Patch] XMLDBSource should accept scheme://user:pass@host:port/path URIs
> http://issues.apache.org/bugzilla/show_bug.cgi?id=30928
> 
> [PATCH] XMLDBTransformer can use username/password to access XMLDB
> http://issues.apache.org/bugzilla/show_bug.cgi?id=31064

Can you create patches against sources in the subversion, using "svn diff"?


PS Generally speaking, patches should be created in "unified diff" format (this 
is the format of choice here), using "diff -u" command. And "svn diff" generates 
patches exactly in this format.

Thanks,
Vadim