We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9412389 commit 049dec4Copy full SHA for 049dec4
src/main/resources/templates/index.html
@@ -110,8 +110,11 @@ <h3>The Demo</h3>
110
Spring Boot's error-handling setup works.</li>
111
112
<li><a href="/broken">Throwing an exception in a filter</a> - this link causes the
113
- <tt>BrokenFilter</tt> to throw an exception. Note it is still reported by our
114
- default Error page.</li>
+ <tt>BrokenFilter</tt>
+ <a href="BrokenFilter.java" th:href="${gitHubSrc + '/java/demo/filter/BrokenFilter.java'}">
115
+ <img th:replace="link :: github"></img>
116
+ </a>
117
+ to throw an exception. Note it is still reported by our default Error page.</li>
118
</ul>
119
120
<h3>Spring Boot URLs</h3>
0 commit comments