Re: [Asterisk-java-devel] org.asteriskjava.fastagi.internal.AgiReaderImpl doesn't haven't multiline
Brought to you by:
srt
From: Steve P. <sp...@ge...> - 2007-01-03 21:37:09
|
Stefan Reuter wrote: > To me it seems that using a newline character in variable values > violates the non-existing specification. > If we disallow quotes instead of newline characters we produce two problems: > - code that has worked before will break > - usage of quotes that does not match our point of view will cause the > whole application to hang because the closing quote never appears. > > To me it sounds much more reasonable to disallow newlines. In the case > of the xml reply you presented this would be very simple as the string > without newlines would represent the exact same information. > > =Stefan You've convinced me - I withdraw the request. I've also discussed this with Lumenvox and they're going to eliminate the newlines in their values. Steve |