legacy-knowledge-base
公開されました Sep. 10, 2025

JSON WebサービスAPIページの制限方法について

written-by

Sivakumar Perumal

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

learn-legacy-article-disclaimer-text

問題

環境

  • Liferay Portal 6.2

 解決

  • Liferay Portal 6.2には、JSON WebサービスAPIページを制限するオプションはありません。

追加情報

  • Liferay Portal 6.2
    • portal-ext.propertiesで以下のプロパティをfalseに設定すると、JSONウェブサービスを消費するポートレットがブロックされますが、JSONウェブサービスAPIページのアクセシビリティには影響しません。
      #
      # Set this property to true to enable JSON web services. Note that setting
      # this to false will cause portlets that make JSON web service calls from
      # working.
      #
      json.web.service.enabled=true
  • Liferay DXP 7.0
    • JSONウェブサービスAPIページを無効にするプロパティを1つ追加することで改善されました。 以下のプロパティをfalseに設定することで、制限をかけることができます。
      #
      # Set this property to true if JSON web services are discoverable through
      # the API page.
      #
      jsonws.web.service.api.discoverable=true
did-this-article-resolve-your-issue

legacy-knowledge-base