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: [email protected]
          Reporter: [email protected]
  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to