jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 1
  • MAVEN-83

xdocs entity encoding problem for single quote

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.0-beta-7
  • Fix Version/s: 1.0-beta-10
  • Component/s: core
  • Labels:
    None
  • Environment:
    IE4 on widows

Description

This is a problem with xdocs that contain single quotes. When maven generates the html output, it replaces the single quote with
the following:

'

This seems to keep mozilla happy but Internet Explorer does not know
what to do with this. However, IE does seem to be able to handle the
character code represetation of the single quote which is this:

'

However, it seems to be impossible to get Maven to spit out ' in a .html file. It instead will always produce ' in the end html document

Issue Links

is depended upon by

Task - A task that needs to be done. MAVEN-401 Release maven-b10

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Ben Walding added a comment - 12/Jun/03 4:36 AM

Both ' and ' are converted to ' in the resulting html. This resolves this particular issue, but I suspect there are further gotchas especially in the case of &

Show
Ben Walding added a comment - 12/Jun/03 4:36 AM Both ' and ' are converted to ' in the resulting html. This resolves this particular issue, but I suspect there are further gotchas especially in the case of &

People

  • Assignee:
    Ben Walding
    Reporter:
    John Thorhauer
Vote (0)
Watch (1)

Dates

  • Created:
    19/Aug/02 9:42 AM
    Updated:
    08/Mar/06 10:45 PM
    Resolved:
    12/Jun/03 4:36 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.