get empty request.raw_post when putting from ms infopath2003
Reported by farizo | June 15th, 2007 @ 08:07 AM
when putting infopath form (.xsn) from MS InfoPath2003 to railsdav, get empty request.raw_post and then empty file is created on server
Comments and changes to this ticket
-

Stuart Eccles June 15th, 2007 @ 08:07 AM
- State changed from new to open
- Assigned user set to Stuart Eccles
Hmmm I wonder how i can test this without geting InfoPath 2003.
Can you tell me what setup and version of Rails you are running on?
-

farizo June 15th, 2007 @ 08:07 AM
Ruby version 1.8.5 (i386-mswin32)
Rails version 1.2.3
the controller code:
class InfopathController < ActionController::Base
act_as_filewebdav :base_dir => 'public/infopath'
end
I provided "http://localhost:3000/inforpath/test.xsn" as the destination url of Infopath publishing action.
Rails got a Socket 10053 error: An established connection was aborted by the software in your host machine.
It seems that Inforpath killed the connection before rails could get the file data. But it put the same file to other webdav server(a tomcat , and my windows xp) successfully.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป