You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by bu...@apache.org on 2018/06/13 17:29:22 UTC

[Bug 62450] New: Note change in SSI set will no longer HTML decode by default for users migrating to 2.4.x

https://bz.apache.org/bugzilla/show_bug.cgi?id=62450

            Bug ID: 62450
           Summary: Note change in SSI set will no longer HTML decode by
                    default for users migrating to 2.4.x
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Documentation
          Assignee: docs@httpd.apache.org
          Reporter: hwibell@gmail.com
  Target Milestone: ---

Add a note that the SSI set will no longer do HTML decoding between 2.2.x and
2.4.x.

Users that have an SSI page like the following would notice encoded entities in
their response when migrating from 2.2.x to 2.4.x:

<!--#set var="message_entity" value="&lt;Hello &amp; goodbye!&gt;" -->
<p><!--#echo var="message_entity" --></p>

For example, the response they would see in 2.2.x would be:
<Hello & goodbye!>

while the response they would see in 2.4.x:
&lt;Hello &amp; goodbye!&gt;

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 62450] Note change in SSI set will no longer HTML decode by default for users migrating to 2.4.x

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62450

--- Comment #1 from Hank Ibell <hw...@gmail.com> ---
Created attachment 35964
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35964&action=edit
Proposed patch for trunk

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 62450] Note change in SSI set will no longer HTML decode by default for users migrating to 2.4.x

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62450

Hank Ibell <hw...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org