Skip to content

Fix a bug in the removeDots implementation.#5895

Merged
vietj merged 1 commit into
4.xfrom
remove-dot-segment-fix-4.x
Jan 14, 2026
Merged

Fix a bug in the removeDots implementation.#5895
vietj merged 1 commit into
4.xfrom
remove-dot-segment-fix-4.x

Conversation

@vietj

@vietj vietj commented Jan 14, 2026

Copy link
Copy Markdown
Member

Motivation:

HttpUtils#removeDots does not properly handle the C. rule of section 5.2.4 of RFC3986. When the output buffer
does not contain a / it should discard the entire content of the buffer.

Changes:

When handling rule C in HttpUtils#removeDots, discard the output buffer when no / is present.

Motivation:

HttpUtils#removeDots does not properly handle the C. rule of section 5.2.4 of RFC3986. When the output buffer
does not contain a / it should discard the entire content of the buffer.

Changes:

When handling rule C in HttpUtils#removeDots, discard the output buffer when no / is present.
@vietj vietj merged commit d007e7b into 4.x Jan 14, 2026
7 checks passed
@vietj vietj deleted the remove-dot-segment-fix-4.x branch January 14, 2026 08:32
@vietj vietj added this to the 4.5.24 milestone Jan 14, 2026
@vietj vietj self-assigned this Jan 14, 2026
dongjoon-hyun added a commit to apache/spark that referenced this pull request Mar 25, 2026
### What changes were proposed in this pull request?

This PR aims to upgrade `kubernetes-client` from 7.4.0 to 7.4.1.

### Why are the changes needed?

To bring the latest bug fixes of the maintenance release, 7.4.1.
- https://github.com/fabric8io/kubernetes-client/releases/tag/v7.4.1
  - fabric8io/kubernetes-client#7409
  - [chore: bump vertx version to 4.5.25](fabric8io/kubernetes-client@afb832b)
    - eclipse-vertx/vert.x#5895 (in v4.5.24)
      - https://nvd.nist.gov/vuln/detail/CVE-2026-1002

### Does this PR introduce _any_ user-facing change?

No behavior change.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`.

Closes #55010 from dongjoon-hyun/SPARK-56208.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant