Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Deprecated Work 0 @deprecated
Todo Work 4 todo, @todo

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 4

nl.b3p.planmonitorwonen.api.security.TMAPIAuthenticationFilter Line
implement cookie path 75
in theory a request could have more than one JSESSIONID cookies for a url, so we would have to check all of them, for now just use the first one 146
filter cookie path for the TM API the current path is / though .filter(cookie -> cookiePath.equals(cookie.getPath())) 153
implement failure handler if (this.authenticationFailureHandler != null) { this.authenticationFailureHandler.onAuthenticationFailure(request, response, failed); } 275