alsutton/enterprisepasswordsafe

View on GitHub
src/main/java/com/enterprisepasswordsafe/ui/web/servlets/ViewRAPassword.java

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method doPost has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected void doPost(final HttpServletRequest request, final HttpServletResponse response)
            throws ServletException {
        try {
            User thisUser = SecurityUtils.getRemoteUser(request);

    There are no issues that match your filters.

    Category
    Status