Changeset 19906 in main for trunk/ibisph-view/src/main/webapp/http_test.jsp
- Timestamp:
- 02/26/20 16:50:52 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/http_test.jsp
r11789 r19906 154 154 <tr class="Title"><th colspan="2">Request Properties</th></tr> 155 155 <tr class="Section"><th>Item</th><th>Value</th></tr> 156 <tr><th class="Section">Request URL</th> <td class="Info"><%=request.getRequestURL()%> </td></tr> 157 <tr><th class="Section">Request URI</th> <td class="Info"><%=request.getRequestURI()%> </td></tr> 156 158 <tr><th class="Section">Context Path</th> <td class="Info"><%=request.getContextPath()%> </td></tr> 159 <tr><th class="Section">Servlet Path</th> <td class="Info"><%=request.getServletPath()%> </td></tr> 157 160 <tr><th class="Section">Path Info</th> <td class="Info"><%=request.getPathInfo()%> </td></tr> 158 <tr><th class="Section">Servlet Path</th> <td class="Info"><%=request.getServletPath()%> </td></tr>159 <tr><th class="Section">Request URI</th> <td class="Info"><%=request.getRequestURI()%> </td></tr>160 <tr><th class="Section">Request URL</th> <td class="Info"><%=request.getRequestURL()%> </td></tr>161 161 <tr><th class="Section">Query Str</th> <td class="Info"><%=request.getQueryString()%> </td></tr> 162 162 <tr><th class="Section">Locale</th> <td class="Info"><%=request.getLocale()%> </td></tr>
Note: See TracChangeset
for help on using the changeset viewer.