| Request parameter/ output | Formatting String | Request Object Access Method |
|---|---|---|
| Method | %M | getMethod() |
| Scheme | %C | getScheme() |
| Server | %S | getServerName() |
| Port | %P | getServerPort() |
| Request URI | %U | getRequestURI() |
| Content Length | %L | getContentLength() |
| Query String | %Q | getQueryString() |
| Session Id | %I | getSession().getId() |
| Auth Principal | %A | calculated |
| % | %% | NA |