When running application using jar the ressources mostly JavaScript generate randomly content for example if I have two js app1.js and app2.js when request app1.js the server send content for app2.js or sometimes the empty content is sent.
To Reproduce
Steps to reproduce the behavior:
Operating system: win 10
Build tools: maven
JDK version and blade version: JDK1.8 blade 2.0.15.RELEASE
See error: no
Run jar application after package and in web browser refresh the same page many times and see the response generated.
Expected behavior:
A clear and concise description of chat you expected to happen.
Response with the correct ressources content
Screenshots:
If applicable, add screenshots to help explain your problem.
Describe the bug
When running application using jar the ressources mostly JavaScript generate randomly content for example if I have two js app1.js and app2.js when request app1.js the server send content for app2.js or sometimes the empty content is sent.
To Reproduce
Steps to reproduce the behavior:
Expected behavior:
A clear and concise description of chat you expected to happen.
Response with the correct ressources content
Screenshots:
If applicable, add screenshots to help explain your problem.
Additional context:
Add any other context about the problem here.