Re: [Xsltforms-support] unexpected behavior on PUT
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2012-03-08 18:06:09
|
The default behavior when a cross-domain request is detected is to generate a GET method with a callback function name. Are you sure that the PUT submission is sent to the same domain and port?? Thank you for your feedbacks! -Alain Le 08/03/2012 18:54, C. M. Sperberg-McQueen a écrit : > I'm experiencing slightly unexpected behavior with an attempt to > save a document on a server. > > The Subversion repository does not show the new document, and > the Apache logs don't show a PUT -- they show a GET, and the > URI of the GET is the URI I was trying to PUT the document to, with > the string "?callback=jsoninst" appended. > > When I saw unexpected behavior I checked out the Subversion > copy; the unexpected behavior persists when I use /trunk/build > as the XSLTforms directory. > > I'll try to make a stripped down version of the form to make things > very very simple for testing. But in the meantime, any advice would > be helpful. > > MIchael Sperberg-McQueen > > > |