Authorization working
This commit is contained in:
25
SpringStuffToIgnoreInExceptions.txt
Normal file
25
SpringStuffToIgnoreInExceptions.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
java.lang.reflect.Method
|
||||
org.apache.cataline
|
||||
org.springframework.aop
|
||||
org.springframework.security
|
||||
org.springframework.transaction
|
||||
org.springframework.web
|
||||
sun.reflect
|
||||
net.sf.cglib
|
||||
ByCGLIB
|
||||
//Thsea re ones I'm removing because I'm not seeing anythign important in them
|
||||
BySpringCGLIB //Spring impl of CGLIB?
|
||||
org.springframework.cglib
|
||||
org.springframework.orm //Spring automagic
|
||||
org.springframework.dao //Spring automagic
|
||||
org.springframework.session //Spring automagic
|
||||
org.springframework.repository //Spring automagic
|
||||
org.springframework.data //Spring automagic
|
||||
org.springframework.scheduling //Spring automagic scheduling
|
||||
org.springframework.beans //Spring automagic beans
|
||||
org.springframework.boot //Spring Boot automagic
|
||||
jdk.internal.reflect //Java automagic
|
||||
sun.proxy //Java automagic
|
||||
io.netty.util.concurrent //Server framework threading
|
||||
com.google.common.util.concurrent //Threading
|
||||
java.util.concurrent //Threading
|
||||
Reference in New Issue
Block a user