[PR #12358] [MERGED] Add additional characters to exclude from url encode #13954

Closed
opened 2025-12-29 23:21:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12358
Author: @x64x6a
Created: 4/27/2023
Status: Merged
Merged: 4/27/2023
Merged by: @jeremystretch

Base: developHead: develop


📝 Commits (1)

  • 4355085 Fixes #12355: Exclude additional characters from url encode

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 netbox/extras/models/models.py (+1 -1)

📄 Description

Fixes: #12355

Excludes additional characters from being encoded. This prevents valid URI characters (such as =) from being encoded and encoded values from being encoded again (such as %DD or +).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/12358 **Author:** [@x64x6a](https://github.com/x64x6a) **Created:** 4/27/2023 **Status:** ✅ Merged **Merged:** 4/27/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`4355085`](https://github.com/netbox-community/netbox/commit/4355085124204838235ba5ab71a203fae7b2fbbd) Fixes #12355: Exclude additional characters from url encode ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/models/models.py` (+1 -1) </details> ### 📄 Description ### Fixes: #12355 Excludes additional characters from being encoded. This prevents valid URI characters (such as `=`) from being encoded and encoded values from being encoded again (such as `%DD` or `+`). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:21:44 +01:00
adam closed this issue 2025-12-29 23:21:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13954