digitallyinduced/ihp

Alternative capitalization for URLs

Offen

#208 geöffnet am 02.07.2020

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (221 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (5.285 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 11h 20m) (21 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide