Help: For the plugin SDK, there's an issue where the file path input using for is automatically escaped. #18464
Unanswered
ntmaster84
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
For the plugin SDK, there's an issue where the file path input using form is automatically escaped.
When entering a path like D:\Key\noenc_rsa.p8, the plugin ends up receiving a double-escaped string like 'D:\\Key\\noenc_rsa.p8'.
How can this be resolved?
The environment is Windows, and Docker Desktop is used for installation.
Development is done in a Windows environment using IntelliJ IDEA, and the plugin is built using the cmd with the package command.
Interestingly, when running in debug mode within IntelliJ IDEA, everything works as expected. However, after packaging and installing the plugin, the issue with double escaping occurs.
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions