issues
search
source-cooperative
/
data.source.coop
Source Cooperative Data Proxy
https://data.source.coop
MIT License
13
stars
0
forks
source link
fix: Fixed the issue in character encoding/decoding for request path.
#13
Closed
navdeepg2021
closed
1 week ago
navdeepg2021
commented
2 weeks ago
Related Issue(s):
#
12
Proposed Changes:
Decoded the path from request before encoding again. In case the request path is already encoded, we can avoid encoding again.
PR Checklist:
[x] This PR is made against the dev branch (all proposed changes except releases should be against dev, not main).
[x] This PR has
no
breaking changes.
[x] This PR contains only one commit.
[ ] I have updated or added new tests to cover the changes in this PR.
[x] I have updated the version in
Cargo.toml
to follow the
Semantic Versioning
guidelines.
[x] All tests are passing.
[x] I have added my changes to the
CHANGELOG
or
a CHANGELOG entry is not required.
[ ] This PR affects the
Source Cooperative Frontend & API
, and I have opened issue/PR #XXX to track the change.
Related Issue(s): #
12
Proposed Changes:
Cargo.toml
to follow the Semantic Versioning guidelines.