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/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