You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/items/ というURLにカスタムコンテンツを割り当てている場合、/items/view/ 以下のURLがどのエントリーにもマッチしない場合、"An Internal Error Has Occurred." のページが表示され、HTTPステータスコード500が返ります。これはサーバー側の問題を示す値であり、本来は Not Found (404エラー) のページが表示されるのが望ましいと考えます。
概要
/items/
というURLにカスタムコンテンツを割り当てている場合、/items/view/
以下のURLがどのエントリーにもマッチしない場合、"An Internal Error Has Occurred." のページが表示され、HTTPステータスコード500が返ります。これはサーバー側の問題を示す値であり、本来は Not Found (404エラー) のページが表示されるのが望ましいと考えます。再現手順
items
に設定する。https://example.com/items/
にアクセスすると、空のリストのページが表示される(これは期待通り)。https://example.com/items/view/
やhttps://example.com/items/view/aaaaa
にアクセスすると、Internal Server Error のページが出る (500エラー)。デバッグモードを有効化したところ、エラー内容は以下でした。
なお、
https://example.com/items/aaaa
のようなURLでは Not Found (404エラー) となります。/items/view/
以下の場合のみ発生するようです。baserCMS version : 5.1.5
The text was updated successfully, but these errors were encountered: