Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URLs with escaped characters aren't getting stored properly #16

Open
cjyabraham opened this issue Jun 25, 2024 · 0 comments
Open

URLs with escaped characters aren't getting stored properly #16

cjyabraham opened this issue Jun 25, 2024 · 0 comments

Comments

@cjyabraham
Copy link
Contributor

A presentation currently has this value:

  slides: https://github.com/ppatierno/presentations/blob/main/2020/2020-09-05%20KubeCon%20EU%202020%20-%20Introduction%20to%20Strimzi_%20Apache%20Kafka%20on%20Kubernetes.pdf

In the database, however, it gets stored like this:

https://github.com/ppatierno/presentations/blob/main/2020/2020-09-05KubeConEU2020-IntroductiontoStrimzi_ApacheKafkaonKubernetes.pdf

Subsequent syncs of the presentation data creates a new record for the presentation since this url doesn't match the one in the DB. Also the front-end url for the slides leads to a 404.

As a workaround, I'll set up a redirect to the slides from a url that will work. It'd be nice to find a permanent solution for this though. It seems WordPress is doing some kind of sanitization when it writes meta values into the DB.

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

No branches or pull requests

1 participant