kakawait / cas-security-spring-boot-starter

Spring boot starter for Apereo CAS client fully integrated with Spring security
MIT License
153 stars 45 forks source link

Remove security rules from configurer #121

Closed kakawait closed 5 years ago

kakawait commented 5 years ago

Because it will conflict with user defined rules.

codecov[bot] commented 5 years ago

Codecov Report

Merging #121 into develop will increase coverage by 0.31%. The diff coverage is 61.11%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #121      +/-   ##
=============================================
+ Coverage       84.2%   84.51%   +0.31%     
  Complexity       118      118              
=============================================
  Files             23       23              
  Lines            614      607       -7     
  Branches          78       78              
=============================================
- Hits             517      513       -4     
+ Misses            72       69       -3     
  Partials          25       25
Impacted Files Coverage Δ Complexity Δ
...urity/cas/autoconfigure/CasSecurityProperties.java 80.95% <100%> (+4.86%) 7 <1> (ø) :arrow_down:
...as/autoconfigure/CasSecurityAutoConfiguration.java 89.43% <30%> (-0.26%) 7 <1> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bc23032...ae5d8e6. Read the comment docs.