digitallyinduced/ihp

Alternative capitalization for URLs

Aperta

#208 aperta il 2 lug 2020

 (2 commenti) (0 reazioni) (0 assegnatari)Haskell (221 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (5285 stelle)
Metriche merge PR
 (Merge medio 11h 20m) (21 PR mergiate in 30 g)

Descrizione

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.

Guida contributor