Skip to content

jv-web-security solution#666

Open
Nikostrik wants to merge 2 commits into
mate-academy:masterfrom
Nikostrik:hw-jv_web_security-solution
Open

jv-web-security solution#666
Nikostrik wants to merge 2 commits into
mate-academy:masterfrom
Nikostrik:hw-jv_web_security-solution

Conversation

@Nikostrik
Copy link
Copy Markdown

No description provided.

Comment on lines +17 to +20
if (driver.isEmpty()) {
throw new AuthenticationException("Login or password was incorrect");
}
if (driver.get().getPassword().equals(password)) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Comment on lines +34 to +38
if (driverId == null && allowedUrls.contains(req.getServletPath())) {
filterChain.doFilter(req, resp);
return;
}
if (driverId == null) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@Nikostrik Nikostrik requested a review from Rommelua July 24, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants