Whitespace not rendered by writeText()
Hi
I have a problem with writeText() method of ResponseWriterImpl class
I have observed that if I use
writeText(" Text", null);
the whitespace at the beginning of the string " Text" is ignored. That is, it is not rendered. But, instead, if I use write(" Text"), the string is rendered as expected.
I have following questions:
1. Is the behavior of writeText() as specified. Shouldn't it render the string including white spaces?
2. Is there any way i can render " Text" without using " "?
Thanks
Ganash

