Skip to content

quwahara/stackoverflow-questions-31182261

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stackoverflow-questions-31182261

This project is a proof of this question.

Build and running

$ gradle build
$ java -jar build/libs/stackoverflow-questions-31182261-1.0.jar

The page of reproduce

http://localhost:9090/home

The html template is:

<body>
[<span th:text="@{/}"></span>]
</body>

So, if it can be reproduced, you will see:

[]

If it can't be reproduced, you will see:

[/]

causation

webjar dependency in build.gradle causes the matters. For instance:

compile('org.webjars:bootstrap:3.3.1')

remarks

I challenged the reproduce in Eclipse and command line. In Eclipse, including webjar causes the matters. Excluding doesn't causes it. It's straight. In command line, it causes the matters even if you exclude webjar once you have included. I can't explain the case.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published