uranusjr commented on issue #28280:
URL: https://github.com/apache/airflow/issues/28280#issuecomment-1366365711

   > I've also noticed that variables set via the web UI are the ones that have 
their newlines translated to CRLF
   
   Hmm this is a common HTML gotcha; [multi-line user-entered text in the front 
end is always transmitted through the wire with CRLF line 
endings](https://stackoverflow.com/questions/14217101/what-character-represents-a-new-line-in-a-text-area).
 I think we probably should simply canonicalise this into LF before the value 
is stored into the database.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to