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

Long excerpts (>255 ch) kills page

XMLWordPrintable

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

      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.

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

                Created:
                Updated:
                Resolved: