digitallyinduced/ihp

Alternative capitalization for URLs

オープン

#208 opened on 2020/07/02

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (221 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (5,285 個のスター)
PR merge metrics
 (平均マージ 11h 20m) (30d で 21 merged PRs)

説明

When accessing a site with wrong capitalization, e.g. example.com/posts instead of example.com/Posts an "Action is missing" error is shown. Instead, we should check if an Action exists with another way of capitalization before showing an error. Examples: /posts -> /Posts /POSTS -> /Posts /pOSTS -> /Posts etc.

コントリビューターガイド