Quratulain-bilal
14fa3ada08
fix(catalogs): raise catalog error, not raw ValueError, on a malformed URL ( #3435 )
...
CatalogStackBase._validate_catalog_url read parsed.hostname, which raises
ValueError on a malformed authority (e.g. an unclosed ipv6 bracket
"https://[::1"). every other reject path raises the class catalog error, so
the raw ValueError leaked to the caller. wrap the parse + hostname access and
convert ValueError to the normal error via cls._error.
twin of the bundler fix in adapters._validate_remote_url.
2026-07-10 13:39:01 -05:00
..
2026-03-31 17:40:32 -05:00
2026-07-09 07:35:38 -05:00
2026-07-09 08:14:29 -05:00
2026-07-09 07:49:29 -05:00
2026-06-29 15:27:26 -05:00
2026-07-09 07:35:38 -05:00
2026-07-07 14:38:36 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-07-08 07:42:34 -05:00
2026-07-06 17:34:16 -05:00
2026-06-29 15:27:26 -05:00
2026-07-10 13:39:01 -05:00
2026-06-29 15:27:26 -05:00
2026-06-30 15:44:49 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-07-01 11:35:53 -05:00
2026-07-10 11:47:36 -05:00
2026-07-10 11:47:36 -05:00
2026-06-29 15:27:26 -05:00
2026-07-10 11:47:36 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-07-09 07:48:38 -05:00
2026-07-06 17:38:39 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-06-16 17:48:40 -05:00
2026-06-29 15:27:26 -05:00
2026-05-01 11:54:41 -05:00
2026-07-01 15:55:18 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-07-10 11:47:36 -05:00
2026-06-29 15:27:26 -05:00
2026-06-29 15:27:26 -05:00
2026-07-07 15:11:18 -05:00
2026-07-06 17:50:33 -05:00
2026-07-09 08:13:27 -05:00