digitallyinduced/ihp

Alternative capitalization for URLs

開放

#208 建立於 2020年7月2日

 (2 則留言) (0 個反應) (0 位負責人)Haskell (221 個分叉)batch import
enhancementgood first issue

倉庫指標

星標
 (5,285 顆星)
PR 合併指標
 (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.

貢獻者指南