This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


    from adfd2269 chore(oidc-rp): refine wording about usage
     new e377fff2 feat(oidc-rp): switch to exceptions for handling errors in 
user-facing flows
     new db152c0e SLING-12459 - Redirect sonarcloud notifications to 
[email protected]

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |  3 +-
 org.apache.sling.servlets.oidc-rp/README.md        | 18 ++++-
 ...ateManager.java => OAuthCallbackException.java} | 19 ++---
 .../oauth_client/impl/OAuthCallbackServlet.java    | 85 +++++++++++-----------
 ...eManager.java => OAuthEntryPointException.java} | 19 ++---
 .../oauth_client/impl/OAuthEntryPointServlet.java  | 36 ++++-----
 .../OAuthFlowException.java}                       | 31 ++++----
 7 files changed, 107 insertions(+), 104 deletions(-)
 copy 
org.apache.sling.servlets.oidc-rp/src/main/java/org/apache/sling/extensions/oauth_client/impl/{OAuthStateManager.java
 => OAuthCallbackException.java} (71%)
 copy 
org.apache.sling.servlets.oidc-rp/src/main/java/org/apache/sling/extensions/oauth_client/impl/{OAuthStateManager.java
 => OAuthEntryPointException.java} (71%)
 copy 
org.apache.sling.servlets.oidc-rp/src/main/java/org/apache/sling/extensions/oauth_client/{OAuthException.java
 => impl/OAuthFlowException.java} (63%)

Reply via email to