[weld-commits] [weld/core] 12eb74: WELD-1751 Weld proxies fail access control checks ...
GitHub
noreply at github.com
Wed Oct 1 02:27:45 EDT 2014
Branch: refs/heads/2.2
Home: https://github.com/weld/core
Commit: 12eb7400ef022cd4069d0e2dbad83351dc907892
https://github.com/weld/core/commit/12eb7400ef022cd4069d0e2dbad83351dc907892
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/DecoratorProxyFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/DefaultBytecodeMethodResolver.java
A impl/src/main/java/org/jboss/weld/bean/proxy/ProtectionDomainCache.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java
M impl/src/main/java/org/jboss/weld/security/GetDeclaredMethodAction.java
A impl/src/main/java/org/jboss/weld/security/GetProtectionDomainAction.java
Log Message:
-----------
WELD-1751 Weld proxies fail access control checks when a SecurityManager is present
Commit: 5dd98eef99a68d7182ecf23e19b556f9430269de
https://github.com/weld/core/commit/5dd98eef99a68d7182ecf23e19b556f9430269de
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
M examples/se/numberguess/README.md
A examples/se/numberguess/numberguess.policy
Log Message:
-----------
Document how to run weld-se-numberguess with SecurityManager enabled
Compare: https://github.com/weld/core/compare/145358d490d8...5dd98eef99a6
More information about the weld-commits
mailing list