lets-blade / blade

:rocket: Lightning fast and elegant mvc framework for Java8
https://lets-blade.github.io
Apache License 2.0
5.85k stars 1.17k forks source link

Ressources inside jar generate randomly or empty content #416

Closed nguereza-tony closed 2 years ago

nguereza-tony commented 4 years ago

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:

  1. Operating system: win 10
  2. Build tools: maven
  3. JDK version and blade version: JDK1.8 blade 2.0.15.RELEASE
  4. 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.

Additional context:

Add any other context about the problem here.