legacy-knowledge-base
公開されました Jul. 2, 2025

多言語対応 URLキーワードの競合

written-by

Ankit Gupta

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

問題

ヒンディー語の多言語対応URLを「/hi_IN」とし、新しいページに更新したところ、以下のエラーが発生しました:

"/hi "というキーワードに抵触しない、フレンドリーなURLを入力してください。 "

環境

  • Liferay 6.2

解像度

これはLiferayの意図された動作です。これは、ユーザーが言語コードで始まるわかりやすいURLでページを作成できないようにするためです:
https://github.com/liferay/liferay-portal/blob/master/portal-impl/src/com/liferay/portal/service/impl/LayoutLocalServiceHelper.java#L431-L447

追加情報

この LPS-27075 に基づいて、言語コードと衝突しないように、ローカライズキーはレイアウトフレンドリーなURLの先頭に置くことができないことをお知らせします。

did-this-article-resolve-your-issue

legacy-knowledge-base