|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Open |
|
Assignee
|
Maxim Shafirov |
|
Subsystem
|
Code Formatting and Code Style |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build
|
<html>
<head><title>Title</title></head>
<body>
<h3>Welcome to.</h3>
<p>
<u>List:</u>: <br>
<%
Set rpaths = application.getResourcePaths("/");
if (rpaths != null) { for (Object rpath : rpaths) { out. print(rpath); out. println("<br>"); } }
%>
</body>
</html>