<!-- - Please follow the issue template below for bug reports and feature requests. - If you have a support request rather than a bug, please use [Stack Overflow](http://stackoverflow.com/questions/tagged/jhipster) with the JHipster tag. - For bug reports it is mandatory to run the command `jhipster info` in your project's root folder, and paste the result here. - Tickets opened without any of these pieces of information will be **closed** without any explanation. --> ##### **Overview of the issue** method error in `tech.jhipster.registry.config.WebConfigurer#resolvePathPrefix` `java.net.URLDecoder#decode(java.lang.String, java.lang.String)` <!-- Explain the bug or feature request, if an error is being thrown a stack trace helps --> ##### **Motivation for or Use Case** none <!-- Explain why this is a bug or a new feature for you --> ##### **Reproduce the error** none <!-- For bug reports, an unambiguous set of steps to reproduce the error --> `String fullExecutablePath = decode(this.getClass().getResource("").getPath(), StandardCharsets.UTF_8);` ##### **Related issues** <!-- Has a similar issue been reported before? Please search both closed & open issues --> ##### **Suggest a Fix** <!-- For bug reports, if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit) --> ##### **JHipster Registry Version(s)** <!-- Which version of JHipster Registry are you using, is it a regression? --> ##### **Browsers and Operating System** <!-- What OS are you on? is this a problem with all browsers or only IE8? --> - [ ] Checking this box is mandatory (this is just to show you read everything)