[gatein/gatein-wci] 43799e: GTNWCI-38: Jetty8 implementation
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wci
Commit: 43799ea15084b4a64da6a586f2fe85a1c6d35637
https://github.com/gatein/gatein-wci/commit/43799ea15084b4a64da6a586f2fe8...
Author: Minh Hoang TO <hoang281283(a)gmail.com>
Date: 2012-10-03 (Wed, 03 Oct 2012)
Changed paths:
A jetty/jetty8/pom.xml
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8Bean.java
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/…
[View More]Jetty8ServletContainerContext.java
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8WebAppContext.java
M pom.xml
M test/core/src/test/java/org/gatein/wci/test/authentication/AbstractAuthenticationTestCase.java
M test/core/src/test/java/org/gatein/wci/test/authentication/AuthenticationServlet.java
A test/servers/jetty8/pom.xml
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BasicLoginService.java
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BasicUserIdentity.java
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BeanInjector.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/authentication/AuthenticationTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/crosscontext/CrossContextTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/deployment/DeploymentTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/requestdispatch/RequestDispatchTestCase.java
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/authentication/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/authentication/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/crosscontext/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/crosscontext/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/deployment/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/deployment/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/requestdispatch/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/requestdispatch/web.xml
M test/servers/pom.xml
Log Message:
-----------
GTNWCI-38: Jetty8 implementation
Commit: 9f5a19695b5a0c7a7dc1e861560d9eabbbf84cc6
https://github.com/gatein/gatein-wci/commit/9f5a19695b5a0c7a7dc1e861560d9...
Author: Minh Hoang TO <hoang281283(a)gmail.com>
Date: 2012-10-03 (Wed, 03 Oct 2012)
Changed paths:
A jetty/exo/security/pom.xml
A jetty/exo/security/src/main/java/org/gatein/wci/exo/security/Jetty8LoginModule.java
M pom.xml
Log Message:
-----------
Add custom login module to be used while running GateIn on Jetty
Commit: 5708cea9e0205800a30690c8fba711c7fc71bcbc
https://github.com/gatein/gatein-wci/commit/5708cea9e0205800a30690c8fba71...
Author: Minh Hoang TO <hoang281283(a)gmail.com>
Date: 2012-10-03 (Wed, 03 Oct 2012)
Changed paths:
M jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8ServletContainerContext.java
Log Message:
-----------
Make programmatic login with FORM authentication work
Commit: 7686b965235dfaddc4089860d1c2e8bb789af747
https://github.com/gatein/gatein-wci/commit/7686b965235dfaddc4089860d1c2e...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
R jetty/exo/security/pom.xml
R jetty/exo/security/src/main/java/org/gatein/wci/exo/security/Jetty8LoginModule.java
A jetty/pom.xml
M pom.xml
Log Message:
-----------
Minor improve to Jetty 8
Commit: e80c833100e21c2151be78c028f8f3664c8980e0
https://github.com/gatein/gatein-wci/commit/e80c833100e21c2151be78c028f8f...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
A jetty/jetty8/pom.xml
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8Bean.java
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8ServletContainerContext.java
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8WebAppContext.java
A jetty/pom.xml
M pom.xml
M test/core/src/test/java/org/gatein/wci/test/authentication/AbstractAuthenticationTestCase.java
M test/core/src/test/java/org/gatein/wci/test/authentication/AuthenticationServlet.java
A test/servers/jetty8/pom.xml
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BasicLoginService.java
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BasicUserIdentity.java
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BeanInjector.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/authentication/AuthenticationTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/crosscontext/CrossContextTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/deployment/DeploymentTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/requestdispatch/RequestDispatchTestCase.java
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/authentication/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/authentication/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/crosscontext/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/crosscontext/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/deployment/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/deployment/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/requestdispatch/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/requestdispatch/web.xml
M test/servers/pom.xml
Log Message:
-----------
GTNWCI-38: Jetty8 implementation
Compare: https://github.com/gatein/gatein-wci/compare/6d62cf992072...e80c833100e2
[View Less]
12 years, 5 months
[gatein/gatein-portal] 499f35: GTNPORTAL-2638 Merge AS7 cluster config into defau...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 499f35c4cf27ed56003bc92094c3b70d78fe15b2
https://github.com/gatein/gatein-portal/commit/499f35c4cf27ed56003bc92094...
Author: Marko Strukelj <marko.strukelj(a)gmail.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
M packaging/jboss-as7/README.txt
M packaging/jboss-as7/pkg/pom.xml
R packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/cluster/gatein/gatein.ear/portal.…
[View More]war/WEB-INF/conf/jcr/jcr-configuration.xml
R packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/cluster/gatein/gatein.ear/portal.war/WEB-INF/conf/organization/idm-configuration.xml
R packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/cluster/gatein/gatein.ear/portal.war/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml
M packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/cluster/standalone/configuration/gatein/configuration.properties
M packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/main/standalone/configuration/standalone-ha.xml
M packaging/jboss-as7/pkg/src/main/resources/jboss/main/standalone/configuration/gatein/configuration.properties
Log Message:
-----------
GTNPORTAL-2638 Merge AS7 cluster config into default profile, and simplify -Dcluster by removing JTA
[View Less]
12 years, 5 months