Change route from wildcard /prefix/* to explicit /prefix/{prefix}/{len}
to properly handle URL-encoded IPv6 addresses with CIDR notation.
- Separate prefix and length into individual path parameters
- Add prefixURL template function for generating correct links
- Remove url.QueryUnescape from handlers (chi handles decoding)
|
||
|---|---|---|
| .. | ||
| as_detail.html | ||
| prefix_detail.html | ||
| prefix_length.html | ||
| status.html | ||
| templates.go | ||