Uploaded image for project: 'Eclipse Che development'
  1. Eclipse Che development
  2. CHE-293

String Written to Dev-Machine stdout not Escaped Properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • IDE
    • None
    • devex #133 Jun 2017
    • 5

      The original issue from Thomas Maeder on github: https://github.com/eclipse/che/issues/5001

      For debugging purposes, I have written the following string to stdout of the ws-agent:

      <span>
      <?php
              echo "Hallo, ich bin ein PHP-Skript!";
      ?>
      </span> 
      

      The text shows up in the console like this:

      [STDOUT] 
      [STDOUT]         echo "Hallo, ich bin ein PHP-Skript!";
      [STDOUT] ?>
      

      I suspect there is unsufficient quoting for html text at work here. My expectation would be that the html tags show up in the output.

            vrubezhny Victor Rubezhny (Inactive)
            vrubezhny Victor Rubezhny (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: