forked from javaee/security-soteria
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Security soteria 1.1.payara maintenance #2
Open
hberton
wants to merge
29
commits into
master
Choose a base branch
from
security-soteria-1.1.payara-maintenance
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Essentially hiding field injection from HK2 by using ctor injection idea from Gaurav
…ore Authentication Mechanism
FISH-171 Support for multi HTTPAuthenticationMechanism
… Bridge Instead of storing mappings as classes, which might or might not be available, store only class names. Cache classes in thread safe manner. Consistently use configured parameter, also in cleanSubject.
run with mvn -Ppayara-remote verify -Pprovided
FISH-6598: Fix initialization of multiple auth mechanisms per web module
Update Copyright
Fish 6759 search cdi manager via jndi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I've been analyzing some interesting implementations and fixes by the EEJ4 team, I selected some merges for corrections in future tags for payara,
Thks contributors EE4J
SubjectParser
eclipse-ee4j/soteria@a2b822f
Replace CDI.current() calls by CDIUtils#getBeanReference (JNDI loookup)
eclipse-ee4j/soteria@da65989
Make RequestData serializable
eclipse-ee4j/soteria@fd9a29c
Truly unmodifiable set
eclipse-ee4j/soteria@6266402
Renamed automatic module and made consistent for Weld SPI.
impl/src/main/java/org/glassfish/soteria/authorization/spi/impl/SubjectParser.java
eclipse-ee4j/soteria@9d85a25
Lookup BeanManager in java:comp/env/BeanManager
eclipse-ee4j/soteria@936fc5f
pzygielo/message
eclipse-ee4j/soteria@bbd31d3
smillidge/fix-subject-key
eclipse-ee4j/soteria@815b0fd
Added support for FORM
eclipse-ee4j/soteria@cab7584
arjantijms/225-decorating
eclipse-ee4j/soteria@9b2bd6d
SPI with default implementation for container passing login-conf
eclipse-ee4j/soteria@e3cd33f