| glassfish:/jmac-provider/ |
jump to detailed chart | hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
SJSAS91_FCS_BRANCH:kumarjayanti:20080718091327
by kumarjayanti on
18 July 2008, 04:13:27 -0500
(5 months 21 days ago)
Fix for Issue : 4959 * Justification of why the changes are required : enabling a default Message Security provider for the HttpServlet layer (via the admin console) will cause all system web apps (i…
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.16.2.2
SJSAS91_FCS_BRANCH:kumarjayanti:20080320112744
by kumarjayanti on
20 March 2008, 06:27:45 -0500
(9 months ago)
Fix for Issue#3917 : Incorrect Locking Idiom Fixed Approaved By : Harry Tests Run : PE QL
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.16.2.1
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.23.6.1
MAIN:kumarjayanti:20070724120212
by kumarjayanti on
24 July 2007, 07:02:12 -0500
(17 months ago)
Issue number: 6550915 Obtained from: Submitted by: Reviewed by: Ron Monzillo Fixed By : KumarJayanti Ran QuickLook Tests and Security QE tests
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.16
SAILFIN_BRANCH:prasads:20070706105901
by prasads on
06 July 2007, 05:59:01 -0500
(18 months ago)
Merging b54 from GlassFish TRUNK to SAILFIN_BRANCH
./build.properties
1.1.10.1
./build.xml
1.2.6.1
./maven.xml
1.1.10.1
./project.properties
1.1.10.1
./project.xml
1.1.10.1
MAIN:bbissett:20070521200352
by bbissett on
21 May 2007, 15:03:52 -0500
(19 months ago)
Fix for https://glassfish.dev.java.net/issues/show_bug.cgi?id=3033. Changed RegistrationContextImpl to override Object.equals() so that it would work with List.contains(). Now that the method is publi…
./src/java/com/sun/enterprise/security/jmac/config/EntryInfo.java
1.3
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.15
./src/java/com/sun/enterprise/security/jmac/config/RegStoreFileParser.java
1.5
./src/java/com/sun/enterprise/security/jmac/config/RegistrationContextImpl.java
1.3
MAIN:swchan2:20070507225418
by swchan2 on
07 May 2007, 17:54:18 -0500
(20 months ago)
Issue number: 2984: Cannot load persistent 196 configuration appserv-core/src/java/com/sun/enterprise/security/jmac/config/HttpServletHelper.java jmac-provider/src/java/com/sun/enterprisse/security/jm…
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.14
./src/java/com/sun/enterprise/security/jmac/config/RegStoreFileParser.java
1.4
MAIN:tcfujii:20070505053314
by tcfujii on
05 May 2007, 00:33:14 -0500
(20 months ago)
CDDL+GPL header updates.
./build.properties
1.2
./build.xml
1.3
./maven.xml
1.2
./project.properties
1.2
./project.xml
1.2
MAIN:swchan2:20070309004239
by swchan2 on
08 March 2007, 18:42:39 -0600
(22 months ago)
Synopsis: fix CR 2222 Submitted by: Shing Wai Chan Reviewed by: Ronald Monzillo
./src/java/com/sun/enterprise/security/jmac/config/HttpServletConstants.java
1.3
MAIN:swchan2:20070308224056
by swchan2 on
08 March 2007, 16:40:56 -0600
(22 months ago)
Synopsis: fix 2222: j_security_check does not with 196 CR 6526194: Can't set authType from HttpServlte JSR196 module appserv-core/src/java/com/sun/enterprise/security/jmac/config/HttpServletHe…
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.22
MAIN:swchan2:20070305222832
by swchan2 on
05 March 2007, 16:28:32 -0600
(22 months ago)
Issue number: 2324: Usernametoken does not work with group authorization jmac-provider/src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java appserv-core/src/java/com/sun/enterp…
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.21
MAIN:bbissett:20070222220609
by bbissett on
22 February 2007, 16:06:09 -0600
(22 months ago)
Changed a comment only related to previous commit for issue 1776. Issue number: 1776 Reviewed by: Shing Wai Chan Modified Files: GFAuthConfigFactory.java
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.12
MAIN:swchan2:20070222190515
by swchan2 on
22 February 2007, 13:05:15 -0600
(22 months ago)
Synopsis: fix CR 6527217: AuthConfigFactory.getRegistrationIDs need to handle the case of null AuthConfigProvider properly Tests run: PE QL, security devtests Submitted by: Shing Wai Chan Reviewed by:…
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.11
MAIN:swchan2:20070215200548
by swchan2 on
15 February 2007, 14:05:48 -0600
(22 months ago)
Synopsis: fix CR 6524208: Not good UserExperience for JSR196 provider configuration debugging appserv-commons/src/java/com/sun/logging/enterprise/system/core/security/LogStri ngs.properties jmac-p…
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.10
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.20
./src/java/com/sun/enterprise/security/jmac/config/RegStoreFileParser.java
1.2
MAIN:swchan2:20070129192008
by swchan2 on
29 January 2007, 13:21:09 -0600
(23 months ago)
Issue number: 2221: System app does not conform with 196 spec RealmAdapter.java, GFAuthConfigFactory.java Tests run: PE QL, security devtests Submitted by: Shing Wai Chan Reviewed by: Bobby Biss…
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.9
MAIN:swchan2:20070120024800
by swchan2 on
19 January 2007, 20:48:00 -0600
(23 months ago)
Issue number: 2151: should store rwLock as ReadWriteLock in GFServerConfigProvider Tests run: PE QL, security devtests Submitted by: Shing Wai Chan Reviewed by: Ronald Monzillo
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.19
MAIN:swchan2:20070109220157
by swchan2 on
09 January 2007, 16:02:35 -0600
(23 months ago)
Issue number: fix 1937: missing javax.security.jacc.PolicyContext in servlet profile jmac-provider/src/java/com/sun/enterprise/security/jmac/config: GFServerConfigProvider.java HttpServletConstant…
./src/java/com/sun/enterprise/security/jmac/AuthMessagePolicy.java
1.4
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.18
./src/java/com/sun/enterprise/security/jmac/config/HttpServletConstants.java
1.2
MAIN:swchan2:20070108215259
by swchan2 on
08 January 2007, 15:56:22 -0600
(2 years ago)
Issue number: fix 1940: Findbugs errors in security (jmac and appserv-core) appserv-core/src/java/com/sun/enterprise/security/jmac/callback/BaseContainerCallbackHandler.java appserv-core/src/java/com/…
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.17
MAIN:swchan2:20070108210059
by swchan2 on
08 January 2007, 15:00:59 -0600
(2 years ago)
Issue number: fix 1881: Performance regression in RealmAdapter appserv-core/src/java/com/sun/enterprise/security/jmac/config/ConfigHelper.java jmac-provider/src/java/com/sun/enterprise/security/jmac/c…
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.8
MAIN:bbissett:20061218214225
by bbissett on
18 December 2006, 15:42:25 -0600
(2 years ago)
Change for issue 1776. Implemented persistence for registered authentication modules. Changed PipeHelper and RealmAdapter to use a different register method so that they are not always persisted. Code…
./src/java/com/sun/enterprise/security/jmac/config/EntryInfo.java
1.1
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.7
./src/java/com/sun/enterprise/security/jmac/config/RegStoreFileParser.java
1.1
./src/java/com/sun/enterprise/security/jmac/config/RegistrationContextImpl.java
1.1
MAIN:swchan2:20061216013117
by swchan2 on
15 December 2006, 19:32:29 -0600
(2 years ago)
Issue number: 1780: HttpServlet layer determine MessagePolicy (mandatory/optional) jmac-provider/src/java/com/sun/enterprise/security/jmac/config: Util.java GFServerConfigProvider.java HttpServlet…
./src/java/com/sun/enterprise/security/jmac/AuthMessagePolicy.java
1.3
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.16
./src/java/com/sun/enterprise/security/jmac/config/HttpServletConstants.java
1.1
./src/java/com/sun/enterprise/security/jmac/config/Util.java
1.2
MAIN:swchan2:20061213210149
by swchan2 on
13 December 2006, 15:01:49 -0600
(2 years ago)
Synopsis: fix CR 6474907: WSEjbWebServiceProviderTest CTS regression (Unable to find invocation method) We also clean up loading of DefaultCallbackHandler. removed: jmac-provider/src/java/com/sun/…
./src/java/com/sun/enterprise/security/jmac/AuthMessagePolicy.java
1.2
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.15
./src/java/com/sun/enterprise/security/jmac/config/ModuleConfig.java
1.3
./src/java/com/sun/enterprise/security/jmac/config/Util.java
1.1
MAIN:swchan2:20061207234135
by swchan2 on
07 December 2006, 17:42:03 -0600
(2 years 1 month ago)
Issue number: fix 1676: Listener/Notification functionality is not implemented by 196 factory We fix the dynamic reconfiguration for HttpServlet layer here. jmac-provider/src/java/com/sun/ente…
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.14
MAIN:swchan2:20061206231242
by swchan2 on
06 December 2006, 17:13:42 -0600
(2 years 1 month ago)
Issue number: fix 1676: Listener/Notification functionality is not implemented by 196 factory jmac-provider/src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java jmac-provider/src…
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.6
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.13
MAIN:swchan2:20061205225449
by swchan2 on
05 December 2006, 16:54:49 -0600
(2 years 1 month ago)
Synopsis: fix CR 6497132: Regression for JBI with recent security changes jmac-provider/src/java/com/sun/enterprise/security/jmac/PacketMapMessageInfo.java container-auth/src/java/com/sun/enterprise/s…
./src/java/com/sun/enterprise/security/jmac/PacketMapMessageInfo.java
1.4
MAIN:swchan2:20061204234914
by swchan2 on
04 December 2006, 17:49:14 -0600
(2 years 1 month ago)
Issue number: fix 1655: Need to invoke CallerPrincipalCallback for old module Tests run: PE QL, security devtest (no regression) Submitted by: Shing Wai Chan Approved by: Ronald Monzillo
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.12
MAIN:swchan2:20061130231608
by swchan2 on
30 November 2006, 17:16:40 -0600
(2 years 1 month ago)
Issue number: 1619: fix GFServerConfigProvider.getOpName to handle null SOAPMessage We also factor out the code for admin event listener jmac-provider/src/java/com/sun/enterprise/security/jmac…
./src/java/com/sun/enterprise/security/jmac/config/ConfigParser.java
1.3
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.5
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.11
MAIN:swchan2:20061121200541
by swchan2 on
21 November 2006, 14:05:41 -0600
(2 years 1 month ago)
Synopsis: fix lock issue for ConfigParser initialization Tests run: QL, security devtest (no regression) Submitted by: Shing Wai Chan Reviewed by: Ronald Monzillo
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.10
MAIN:swchan2:20061121181002
by swchan2 on
21 November 2006, 12:10:02 -0600
(2 years 1 month ago)
Synopsis: change infoMap from package visible to private Test runs: QL, security devtests (no new failures) Submitted by: Shing Wai Chan Reviewed by: Ronald Monzillo
./src/java/com/sun/enterprise/security/jmac/PacketMapMessageInfo.java
1.3
MAIN:monzillo:20061120042249
by monzillo on
19 November 2006, 22:22:49 -0600
(2 years 1 month ago)
Issue number: Obtained from: Submitted by: Reviewed by: Shing Wai Chan WSIT scurity integration: JAXWS system handler delegate replaced with common client and server side pipes that employ jsr 196 (R…
./src/java/com/sun/enterprise/security/jmac/AuthMessagePolicy.java
1.1
./src/java/com/sun/enterprise/security/jmac/PacketMapMessageInfo.java
1.2
./src/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
1.4
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.9
MAIN:swchan2:20061116194715
by swchan2 on
16 November 2006, 13:47:50 -0600
(2 years 1 month ago)
Synopsis: moving admin listener code to appserv-core appserv-core/src/java/com/sun/enterprise/security/jmac/config/MessageSecurityConfigEventListenerImpl.java jmac-provider/src/java/com/sun/enterprise…
./src/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
1.8
|