Re: [Asterisk-java-devel] org.asteriskjava.fastagi.internal.AgiReaderImpl doesn't haven't multiline
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2006-12-27 23:11:38
|
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 proble= ms: - 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. =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... |