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

[bug] Exec URL is not encoded properly #16

Closed
muratcakmakjengal opened this issue Oct 6, 2021 · 2 comments · Fixed by renoki-co/php-k8s#139
Closed

[bug] Exec URL is not encoded properly #16

muratcakmakjengal opened this issue Oct 6, 2021 · 2 comments · Fixed by renoki-co/php-k8s#139
Labels
bug Something isn't working hacktoberfest

Comments

@muratcakmakjengal
Copy link

$pod->exec(['/bin/sh', '-c', "cd project/jengal && php artisan page-cache:clear $slug"]);
Because problem is this '&' char.
My solution : url encode && = %26%26
You can maybe general fix :)

@muratcakmakjengal muratcakmakjengal changed the title pods exec url get problem pods exec url post problem Oct 6, 2021
@rennokki rennokki added the bug Something isn't working label Oct 10, 2021
@rennokki rennokki changed the title pods exec url post problem [bug] Exec URL is not encoded properly Oct 10, 2021
@rennokki
Copy link
Member

Please let me know if there are any other issues. 👍

@muratcakmaksoftware
Copy link

muratcakmaksoftware commented Oct 11, 2021

Please let me know if there are any other issues. 👍

of course😄If I see any problem, I will inform you 😄👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants