1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java9,451 stars (9,451 stars)3,886 forks (3,886 forks)batch import
help wanted
Description
发现在schema.xml url这个参数写ipv6的地址,会报错。 ipv6的url应该怎么写?
Contributor guide
- Tech stack
- java
- Domain
- backenddatabase
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- XML configurationIPv6 address formatMycat basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Investigate how the URL parameter is parsed in the schema.xml configuration. Look at the code that handles the URL string, likely in the data source connection setup. Refer to the existing comment on the issue for any additional context. Adapt the parsing to support IPv6 addresses enclosed in brackets (e.g., [::1]) if not already supported.