digitallyinduced/ihp

Alternative capitalization for URLs

开放

#208 创建于 2020年7月2日

 (2 条评论) (0 个反应) (0 位负责人)Haskell (221 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (5,285 个星标)
PR 合并指标
 (平均合并 11小时 20分钟) (30 天内合并 21 个 PR)

描述

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.

贡献者指南