You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Fabio Insaccanebbia <fi...@gmail.com> on 2005/06/25 19:51:20 UTC

A problem with org.apache.fulcrum.upload service

Hi everybody,
I have a little problem with Upload fulcrum service.
It seems that the Commons.FileUpload component used by Upload service 
has some problems with special characters in Filenames.
(http://issues.apache.org/bugzilla/show_bug.cgi?id=34436)

The solution for the problem is to use the setHeaderEncoding accordingly 
to your configuration
http://jakarta.apache.org/commons/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setHeaderEncoding()
Unfortunately, the Upload fulcrum service doesn't expose such parameter 
and that doesn't allow me to solve the problem.

I've prepared a little patch (I've attached it to this message) that 
would expose such a parameter so that it can be configured.
Can you tell me if you find this patch is good for you?

Thanks in advance,
Fabio

P.S.: I know I'm supposed to add issues and patches in the Issue 
Tracker, but the one linked in Fulcrum site seems to be Torque-centric. 
Have I missed something?



Re: A problem with org.apache.fulcrum.upload service

Posted by Fabio Insaccanebbia <fi...@gmail.com>.
> P.S.: I know I'm supposed to add issues and patches in the Issue 
> Tracker, but the one linked in Fulcrum site seems to be 
> Torque-centric. Have I missed something?

Ehm.. the answer is YES!! I've forgot to request a role for Fulcrum 
module in Scarab... :-(
Sorry... I'm going to fill an issue report for the problem I've found..


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org