digitallyinduced/ihp

Alternative capitalization for URLs

Ouverte

#208 ouverte le 2 juil. 2020

 (2 commentaires) (0 réaction) (0 personne assignée)Haskell (221 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (5 285 étoiles)
Métriques de merge PR
 (Merge moyen 11h 20m) (21 PRs mergées en 30 j)

Description

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.

Guide contributeur