legacy-knowledge-base
公開されました Jun. 30, 2025

WebコンテンツのフレンドリURLについて

written-by

Shimada Taro

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

問題

  • WebコンテンツのフレンドリURLに設定できない文字はありますか
  • 文字列長に制限はありますか

環境

  • DXP 7.1+

解決

  • URI予約文字(%,!,$等)につきましては、使用できません。
    日本語はそのまま使用可能です。

    基本的には、
    • 小文字アルファベット: a~z
    • 数字: 0~9
    • ハイフン: -
    • アンダーライン: _
    • 日本語(漢字を含む)
    が利用可能です。
  • 実際の値は「FriendlyURLEntryLocalization.urlTitle」に格納されます。
    VARCHAR[255]で定義されているため、255文字まで設定可能です。
did-this-article-resolve-your-issue

legacy-knowledge-base