Legacy Knowledge Base
Published Jun. 30, 2025

Categorization of 'Blogs' is not working

Written By

Kanchan Bisht

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • When creating blogs, tags and categories do not appear.
  • Steps to reproduce:
    1. Navigate to left side menu of Site -> Categorization -> Tags
    2. Create 2-3 tags and category
    3. Place the following properties in portal-ext.properties file
    jsonws.web.service.paths.includes= {urls_as_per_user's_requirement}
    jsonws.servlet.hosts.allowed=127.0.0.1
    jsonws.web.service.api.discoverable=false
    jsonws.web.service.strict.http.method=false
    4. Restart the Liferay server.
    5. Navigate to Blogs and click add new blog
    Observed Behavior: The Tag and Category Selector option for categorization is not visible.

Environment

  • Liferay DXP 7.3

Resolution

  • The observed behavior is the expected behavior of the DXP since 'jsonws.web.service.paths.includes' will block portlets that consume JSON web services if it does not include the following URLs,
    /assetcategory/searcURLstegories-display
    /assettag/get-groups-tags
    /assetvocabulary/get-groups-vocabularies
    /assetvocabulary/get-vocabularies
    /assetcategory/search
    /assettag/search

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base