Skip to content

Commit

Permalink
fix bug for SecurityConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Jun 27, 2023
1 parent 42ad9f6 commit 34fd9b9
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import com.hw.lineage.server.application.service.UserService;
import com.hw.lineage.server.interfaces.enhanced.EnhancedParametersFilter;
import com.hw.lineage.server.interfaces.result.Result;

import org.springframework.context.annotation.Bean;
import org.springframework.security.authentication.*;
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
Expand All @@ -36,7 +35,6 @@

import javax.annotation.Resource;
import javax.servlet.http.HttpServletResponse;

import java.io.IOException;
import java.io.PrintWriter;

Expand All @@ -60,11 +58,8 @@ public class SecurityConfig {
"/doc.html",
"/webjars/**",
// fow lineage web
"/index.html",
"/",
"/static/**",
"/favicon.ico",
"/manifest.json",
"/logo192.png",
// currently only APIs under plugins require login and authentication.
"/tasks/**",
"/catalogs/**",
Expand Down

0 comments on commit 34fd9b9

Please sign in to comment.