Hi Matthew, No problem using toString(), better in a try to not modify the code when its fixed in next versions ;)
For me actually what is really important is that using Restlet the scope FORM is empty if you send the form with enctype="multipart/form- data" I'm doing it since my API is handling files with the posted form. In plain cfm works but inside a cfc its empty. I was discussing this with Alan so he has to be aware of this but of course he has a lot of things to look. If you point me where I can put the issues or even push changes in the code I will do it ;) thanks a lot best On 1 abr, 19:15, Matthew Woodward <[email protected]> wrote: > On Sun, Apr 1, 2012 at 10:07 AM, David G Ortega > <[email protected]>wrote: > > > thats really interesting... I have checked the response with a proxy > > in the middle an this is the response: > > Sure you get plain JSON from curl too. > > > so is plain raw json... definetely it should not been parsed... > > FYI Railo 3.3 and 3.2 is having only json not a bytearray. > > But Railo is the odd man out here given that CF does the same thing as > OpenBD. I still think it's telling that CouchDB doesn't behave this way, > indicating at least at that level there is some difference between how > Couch and elasticsearch are returning things. > > I'd log this as a ticket so we can look into it but in the mean time just > call toString() on it since that gets you around > it.http://code.google.com/p/openbluedragon/issues/entry > > -- > Matthew Woodward > [email protected]http://blog.mattwoodward.com > identi.ca / Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
