Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

zipwiz
Copy link
Contributor

@zipwiz zipwiz commented Feb 5, 2018

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

…..logout.

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

Current content locale is guessed by servlet path of HttpRequest first
and by request locale second, if the servlet path does not seem to
contain a locale. The resulting value is appended to the auth request
URL as parameter `ui_locales` according to
http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest .
@codecov-io
Copy link

Codecov Report

❗ 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.

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.

2 participants