finalist / liferay-oidc-plugin

Plugin for Liferay, enabling OpenID Connect authentication
Apache License 2.0
21 stars 31 forks source link

Fix #18: Process all URLs instead of only /c/portal/login / ...logout. #20

Open zipwiz opened 6 years ago

zipwiz commented 6 years ago

Servlet filter config now matches /*, but implementation keeps processing only /portal/login and /portal/logout.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4330230). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #20   +/-   ##
========================================
  Coverage          ?   3.82%           
  Complexity        ?       4           
========================================
  Files             ?       6           
  Lines             ?     183           
  Branches          ?      27           
========================================
  Hits              ?       7           
  Misses            ?     176           
  Partials          ?       0
Impacted Files Coverage Δ Complexity Δ
.../main/java/nl/finalist/liferay/oidc/LibFilter.java 0% <0%> (ø) 0 <0> (?)

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 4330230...d13295f. Read the comment docs.