You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/09/29 10:34:58 UTC

[JIRA] Created: (FOR-301) invalid output escaping (&) in .ihtml files

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-301

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-301
    Summary: invalid output escaping (&) in .ihtml files
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Forrest
   Versions:
             HEAD

   Assignee: 
   Reporter: Lorenz Froihofer

    Created: Wed, 29 Sep 2004 3:34 AM
    Updated: Wed, 29 Sep 2004 3:34 AM

Description:
For .ihtml files that contain the sequence "&" in order to specify a "&" to be displayed to the user, the final rendered page contains the sequence "&". This has the effect that a browser shows "&" (instead of "&") for the page.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[JIRA] Updated: (FOR-301) invalid output escaping (&) in .ihtml files

Posted by is...@cocoondev.org.
The following issue has been updated:

    Updater: Lorenz Froihofer (mailto:Lorenz.F@gmx.at)
       Date: Wed, 29 Sep 2004 7:35 AM
    Comment:
I discovered that the same issue exists for section titles, TOC items, ...

Hopefully, this patch solves the whole issue. It supersedes the previous patch.
    Changes:
             Attachment changed to patch-200409291430.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-301?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-301

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-301
    Summary: invalid output escaping (&) in .ihtml files
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Forrest
   Versions:
             HEAD

   Assignee: 
   Reporter: Lorenz Froihofer

    Created: Wed, 29 Sep 2004 3:34 AM
    Updated: Wed, 29 Sep 2004 7:35 AM

Description:
For .ihtml files that contain the sequence "&" in order to specify a "&" to be displayed to the user, the final rendered page contains the sequence "&". This has the effect that a browser shows "&" (instead of "&") for the page.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[JIRA] Closed: (FOR-301) invalid output escaping (&) in .ihtml files

Posted by is...@cocoondev.org.
Message:

   The following issue has been closed.

   Resolver: David Crossley
       Date: Wed, 29 Sep 2004 9:23 PM

Thanks again Lorenz. Yes, i wasn't happy with the earlier patches either, as they could have side-effects. While researching your Jtidy properties patch, i found that there is a property "quote-ampersand=yes" so used that instead.
---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-301

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-301
    Summary: invalid output escaping (&) in .ihtml files
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: Forrest
   Fix Fors:
             HEAD
   Versions:
             HEAD

   Assignee: 
   Reporter: Lorenz Froihofer

    Created: Wed, 29 Sep 2004 3:34 AM
    Updated: Wed, 29 Sep 2004 9:23 PM

Description:
For .ihtml files that contain the sequence "&" in order to specify a "&" to be displayed to the user, the final rendered page contains the sequence "&". This has the effect that a browser shows "&" (instead of "&") for the page.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[JIRA] Updated: (FOR-301) invalid output escaping (&) in .ihtml files

Posted by is...@cocoondev.org.
The following issue has been updated:

    Updater: Lorenz Froihofer (mailto:Lorenz.F@gmx.at)
       Date: Wed, 29 Sep 2004 12:00 PM
    Comment:
Forget the previous patches. This issue just needs one line to be changed. In the file src/core/context/WEB-INF/jtidy.properties the property "output-xml" has to be set to "yes".
    Changes:
             Attachment changed to patch-jtidy-properties.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-301?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-301

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-301
    Summary: invalid output escaping (&) in .ihtml files
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Forrest
   Versions:
             HEAD

   Assignee: 
   Reporter: Lorenz Froihofer

    Created: Wed, 29 Sep 2004 3:34 AM
    Updated: Wed, 29 Sep 2004 12:00 PM

Description:
For .ihtml files that contain the sequence "&" in order to specify a "&" to be displayed to the user, the final rendered page contains the sequence "&". This has the effect that a browser shows "&" (instead of "&") for the page.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[JIRA] Updated: (FOR-301) invalid output escaping (&) in .ihtml files

Posted by is...@cocoondev.org.
The following issue has been updated:

    Updater: Lorenz Froihofer (mailto:Lorenz.F@gmx.at)
       Date: Wed, 29 Sep 2004 3:36 AM
    Comment:
The resolution for this issue.
    Changes:
             Attachment changed to patch.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-301?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-301

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-301
    Summary: invalid output escaping (&) in .ihtml files
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Forrest
   Versions:
             HEAD

   Assignee: 
   Reporter: Lorenz Froihofer

    Created: Wed, 29 Sep 2004 3:34 AM
    Updated: Wed, 29 Sep 2004 3:36 AM

Description:
For .ihtml files that contain the sequence "&" in order to specify a "&" to be displayed to the user, the final rendered page contains the sequence "&". This has the effect that a browser shows "&" (instead of "&") for the page.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira