thesummitdev/rook

Trim trailing slashes from link.url

Ouverte

#16 ouverte le 19 nov. 2021

 (0 commentaire) (0 réaction) (0 personne assignée)Java (0 fork)auto 404
databasegood first issueserver

Métriques du dépôt

Stars
 (1 étoile)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur