Subject: | When parsing, some URL encoded values become decoded |
In the example below, this line:
<p id="time"><span>Time to display:
Is converted to this line in the parsed output:
<p id="time"><span>Time to display:
The quotes and one less than are decoded, but most of the other values are passed through as expected. The expected behavior is the encoded values should remain encoded in the parsed output.
[71141] [Fri Apr 27 14:44:41 2018] [warning]: Content is: test
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
<tbody>
<tr>
<td>
<pre>
<span style="font-family:courier new,courier,monospace"><div id="footer" title="Best Practical Solutions, LLC, copyright and logo">
<p id="time"><span>Time to display: 0.25442</span></p>
<p id="bpscredits"><span>&#187;&#124;&#171; RT 4.4.2 Copyright 1996-2017 <a href="http://www.bestpractical.com?rt=4.4.2">Best Practical Solutions, LLC</a>.
</span></p>
</div>
</body>
</html></span></pre>
</td>
</tr>
</tbody>
</table> (/Users/jbrandt/rts/rt442/share/html/Elements/ShowTransactionAttachments:190)
[71141] [Fri Apr 27 14:44:41 2018] [warning]: Gumbo output is: <html><head></head><body>test
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
<tbody>
<tr>
<td>
<pre>
<span style="font-family:courier new,courier,monospace"><div id="footer" title="Best Practical Solutions, LLC, copyright and logo">
<p id="time"><span>Time to display: 0.25442</span></p>
<p id="bpscredits"><span>»&#124;&#171; RT 4.4.2 Copyright 1996-2017 <a href="http://www.bestpractical.com?rt=4.4.2">Best Practical Solutions, LLC</a>.
</span></p>
</div>
</body>
</html></span></pre>
</td>
</tr>
</tbody>
</table>
</body></html>