digitallyinduced/ihp

Alternative capitalization for URLs

Aberta

#208 aberto em 2 de jul. de 2020

 (2 comentários) (0 reação) (0 responsável)Haskell (221 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (5.285 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador