Skip to content

Commit 049dec4

Browse files
committed
Add link to BrokenFilter
1 parent 9412389 commit 049dec4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/resources/templates/index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ <h3>The Demo</h3>
110110
Spring Boot's error-handling setup works.</li>
111111

112112
<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>
113+
<tt>BrokenFilter</tt>
114+
<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>
115118
</ul>
116119

117120
<h3>Spring Boot URLs</h3>

0 commit comments

Comments
 (0)