Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-1705

Long excerpts (>255 ch) kills page

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 1.2.2
    • 1.2
    • None

    Description

      PropertySet Lies.

      setText and setString are treated identically by the Hibernate PropertySet provider - both are stuffed into the same VARCHAR(255). So when you try to create an excerpt >255ch, the page dies.

      We need to either

      (a) enforce the 255ch limit more effectively, or
      (b) fix PropertySet Hibernate provider, or
      (c) use some other mechanism for persisting clobs.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              cmiller@atlassian.com Charles Miller
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: