mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-04 13:01:36 +00:00
43ffc20778
add test servlet
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
<%
|
|
if (true)
|
|
throw new NullPointerException("This is a test");
|
|
%>
|