Hello,

I am using Dspace 3.2, running over Apache Tomcat 6.0/24 and SSL 
protocol. During the item submission, when I try to upload a file using 
Firefox (under Ubuntu or Windows) I get an error page showing this 
message "HTTP Status 501 Method OST is not defined in RFC 2068 and is 
not supported by the Servlet API", and the file is not uploaded. It 
looks like the method of the form that is submited is changed in some 
class from POST to OST, which is not recognized. The tomcat logs and 
dspace and cocoon logs show nothing about this error, even thought I 
have changed log4j.properties to DEBUG instead of INFO.

If I do the same upload with Google Chrome or Internet Explorer, it 
works perfectly.

Any help is much aprecciated, for example, knowing which class is the 
one that might be changing the POST method. I put some debugs on 
UploadStep (using log.debug('...')), but when this situation happens 
those logs show nothing, so the programation is not even reaching that 
class. I also tried to debug the rhino submission.js, but I don't have 
any idea on how to do this (using java.lang.System.out.println shows 
nothing on logs or in Firebug console).

Thanks,

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to