thesummitdev/rook

Trim trailing slashes from link.url

Aberta

#16 aberto em 19 de nov. de 2021

 (0 comentário) (0 reação) (0 responsável)Java (0 fork)auto 404
databasegood first issueserver

Métricas do repositório

Stars
 (1 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Urls that have a trailing slash should be trimmed inside of the LinkHandler before commiting them to the database.

i.e.

rapha.cc/ -> rapha.cc google.com/some-webpage-thats-interesting/ -> google.com/some-webpage-thats-interesting

Guia do colaborador