Sun GlassFish Web Space Server 10.0 Update Series Release Notes

Issues Tracked on JIRA

The following are the Liferay issues tracked on JIRA. All the below issues are resolved by the SP1 patch.


Owner of a document cannot add discussion to it (LPS-1169)

Description:

If the following are the permissions for a document:

  • Owner - View, Update, Add Discussion

  • Some Other Role (other than the Owner) - View, Update, Add Discussion

Owner does not have “Add reply” links.


When you add answer options to a poll question in the Poll application, an additional answer option is added with the description of the poll question (LPS-1298)

Description:

Try the following steps:

  1. Log in and add the Polls application to your page.

  2. Add a Poll, and enter a poll question and a poll description.

  3. Add three poll answers.

You will notice that an additional poll answer is added taking the description of the poll question as one of the answers.


Success message is displayed for a failure operation (LPS-1380)

Description:

Try the following steps:

  1. Create a parent folder in the Image Gallery/Document Library.

  2. Edit the folder and select the option as "Merge with parent folder".

A message such as "Your request processed successfully" is displayed. Ideally, it should throw an exception, such as "You can't merge with the parent folder."


Random Bible Verse portlet may show cross references (LPS-1634)

Description:

Random Bible Verse portlet may show cross references.


Add Web Content to newly added portlet makes portlet vanish (LPS-1778)

Description:

Try the following steps:

  1. Perform a fresh Web Space Server installation.

  2. Add a new user with community admin rights on a “Guest” community.

  3. Log in as this user and add a new page to the “Guest” community.

  4. Add a Web Content Display portlet to this page.

  5. Press Add Web Content button for the newly added portlet.

  6. Fill in some text in the article and click Save.

Expected results: Return to the page with a web content portlet saying "The article is not approved,"

Actual results: The page is empty, the portlet is gone.


Export calendar events saves as .ics.html in Safari (LPS-1820)

Description:

Events on the Calendar application are exported in .ics format, but when exporting Events on Safari, they are saved as .ics.html files (with .html appended to the file extension).


Captcha image doesn't show up if using the portal/login_captcha url (LPS-1840)

Description:

Captcha image doesn't show up if you are using the portal/login_captcha url.


TunnelServlet needs to be more specific about which classes it'll execute (LPS-1842)

Description:

It is necessary to ensure that class names are Service HTTP classes.


Plugins dependency management (LPS-1855)

Description:

There are scenarios where one plugin should not load unless another plugin is already loaded. Modify liferay-plugin-package.properties to manage plugin dependency.


Newly added shopping fields are being automatically filled in with incorrect data (LPS-1856)

Description:

Newly added shopping fields are being automatically filled in with incorrect data.


Cookies set in processAction cannot be retrieved in render in Sun Portlet Container implementation (LPS-1865)

Description:

Try the following steps:

  1. Set a cookie using response.addProperty (cookie) in processAction.

  2. Retrieve the cookie using request.getCookies() in render.

Issue: The cookie set in processAction is not seen. This issue is seen in the Sun Portlet Container implementation.


Sprite generation on startup fails with large exception (LPS-1866)

Description:

Sprite generation on startup fails with a large exception.


Lucene exceptions occur during verification stage when starting with a clean index (LPS-1880)

Description:

When the verification stage is processing data that performs index updates, those updates can throw exceptions because the LuceneServlet initializes only after the main servlet has completely initialized.


Upgrade process for UpgradeDocumentLibrary fails for Oracle (LPS-1885)

Description:

The SQL within UpgradeDocumentLibrary fails due to an invalid query. Oracle expects a string for portletId within the SQL query of doUpgrade().