dice-group / dice-group/Squirrel
Seed URLs are rejected
- Dominant language
- Java
- Stars
- 25
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
I set the following seed:
`seed/seeds.csv`:
```
uri,type
http://a.b.c.d:8000/,html
```
(`a.b.c.d` is an IP address)
I get this in logs:
```
frontier | [main] INFO [o.d.s.c.SeedConfiguration] -
frontier | [main] WARN [o.d.s.f.i.FrontierImpl ] -
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the seed/seeds.csv reproduction and trace how SeedConfiguration passes the URL into FrontierImpl.addNewUri. Inspect the URI scheme and host validation that produces the logged rejection for an IP address. Done means the HTTP seed using an IP address is accepted without the unsupported-scheme warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100