Although community support has moved to Stack 
Overflow<https://groups.google.com/forum/#!topic/google-appengine/Z6XN_64cA7w>, 
I find it difficult to receive any attention to my questions 
there<http://stackoverflow.com/questions/18668370/crlf-changing-to-in-http-response-header>.
 
I have come across an issue where the CR+LF characters in my 
WWW-Authenticate header are turned into underscores, messing up the syntax 
of the header. Is there a proper way to put CR+LF into header strings other 
than "\r\n"?

More details can be found in my Stack Overflow 
question<http://stackoverflow.com/questions/18668370/crlf-changing-to-in-http-response-header>.
 
I'm using the Java runtime and setting the header 
with HttpServletResponse.setHeader(). When I log the response 
with HttpServletResponse.toString() afterwards, the header is formatted as 
it should. But when the client receives it, the CR+LF is replaced with __.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to