thesummitdev/rook

Trim trailing slashes from link.url

Open

#16 opened on Nov 19, 2021

 (0 comments) (0 reactions) (0 assignees)Java (0 forks)auto 404
databasegood first issueserver

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

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

Contributor guide