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

getBlogEntires marshalling bug

    XMLWordPrintable

Details

    Description

      tries incorrectly to return an SQL date.

      bug is in RemoteBlogEntrySummary.java line 20
      publishDate = page.getCreationDate();

      should be ( see RemotePage line 32 )

      publishDate = new Date(page.getCreationDate().getTime());

      appreciate a quick fix as the blog api can not be used at the moment..

      Attachments

        Activity

          People

            cmiller@atlassian.com Charles Miller
            be95690d3105 Zohar Melamed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: