• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file LifecycleInterceptor.java was initially added on branch lams2_head_wildfly.

file LoggingExceptionHandler.java was initially added on branch lams2_head_wildfly.

file ExceptionHandler.java was initially added on branch lams2_head_wildfly.

file SpdyStreamStreamSourceChannel.java was initially added on branch lams2_head_wildfly.

file RateLimitingStreamSinkConduit.java was initially added on branch lams2_head_wildfly.

file DelegateOpenListener.java was initially added on branch lams2_head_wildfly.

file ResponseRateLimitingHandler.java was initially added on branch lams2_head_wildfly.

file PathSeparatorHandler.java was initially added on branch lams2_head_wildfly.

file LifecyleInterceptorInvocation.java was initially added on branch lams2_head_wildfly.

LDEV-3381: Upgrade to WildFly 8.2. Add proper source code.

  1. … 650 more files in changeset.
LDEV-3335, LDEV-3340: Make SessionManager a storage for servlet context, so it can be accesses by other classes at any time. Remove obsolete SSO classes.

LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

    • -6
    • +0
    /lams_tool_assessment/web/WEB-INF/web.xml
    • -6
    • +0
    /lams_tool_eadventure/web/WEB-INF/web.xml
  1. … 19 more files in changeset.
LDEV-3335, LDEV-3340: Remove or simplify SSO components. Fix sysadmin LoginAs functionality.

  1. … 3 more files in changeset.
LDEV-3315: Remove a reference to refactored security code.

LDEV-3381: Add 3 wildfly-clustering modules to LAMS repo. These modules contain fixes to an issue with Undertow DummyTransaction invalidation. They are added here temporarily only untill stable version of Wildfly-9 is available.

    • binary
    /lams_build/lib/wildfly/wildfly-clustering-ee-infinispan-9.0.0.Alpha2-SNAPSHOT.jar
    • binary
    /lams_build/lib/wildfly/wildfly-clustering-ee-spi-9.0.0.Alpha2-SNAPSHOT.jar
    • binary
    /lams_build/lib/wildfly/wildfly-clustering-web-undertow-9.0.0.Alpha2-SNAPSHOT.jar
file wildfly-clustering-ee-infinispan-9.0.0.Alpha2-SNAPSHOT.jar was initially added on branch lams2_head_wildfly.

    • binary
    /lams_build/lib/wildfly/wildfly-clustering-ee-infinispan-9.0.0.Alpha2-SNAPSHOT.jar
file wildfly-clustering-web-undertow-9.0.0.Alpha2-SNAPSHOT.jar was initially added on branch lams2_head_wildfly.

    • binary
    /lams_build/lib/wildfly/wildfly-clustering-web-undertow-9.0.0.Alpha2-SNAPSHOT.jar
file wildfly-clustering-ee-spi-9.0.0.Alpha2-SNAPSHOT.jar was initially added on branch lams2_head_wildfly.

    • binary
    /lams_build/lib/wildfly/wildfly-clustering-ee-spi-9.0.0.Alpha2-SNAPSHOT.jar
LDEV-3312: Adjust flow in TestHarness to follow changes made to Scratchie Tool.

LDEV-3312: Adjust flow in TestHarness to follow changes made to Scratchie Tool.

LDEV-3275: Fix a NPE when saving sysadmin configuration.

LDEV-3335, LDEV-3334: Revert changes made to TestHarness as they are not needed with the new SSO.

LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

    • -6
    • +0
    /lams_tool_assessment/web/WEB-INF/web.xml
    • -6
    • +0
    /lams_tool_eadventure/web/WEB-INF/web.xml
    • -10
    • +0
    /lams_tool_forum/web/WEB-INF/web.xml
  1. … 21 more files in changeset.
LDEV-3275: Recompile Tool Deployer with Java 8.

LDEV-3381: change locking to OPTIMISTIC and isoloation to READ_COMMITED for 'web' infinispan cache. This is to bypass errors with GlobalTransactions locking in alpha version of org.wildfly.clustering.web.infinispan module.

file web.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /lams_tool_kaltura/web/WEB-INF/web.xml
    • -0
    • +0
    /lams_tool_leader/web/WEB-INF/web.xml
file SsoHandler.java was initially added on branch lams2_head_wildfly.

LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9.

Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead.

Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation.

Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

    • -13
    • +0
    /lams_admin/conf/xdoclet/error-pages.xml
    • -28
    • +0
    /lams_admin/conf/xdoclet/filters.xml
    • -13
    • +0
    /lams_admin/conf/xdoclet/listeners.xml
    • -35
    • +0
    /lams_admin/conf/xdoclet/servlets.xml
    • -89
    • +0
    /lams_admin/conf/xdoclet/taglibs.xml
    • -53
    • +0
    /lams_admin/conf/xdoclet/web-security.xml
    • -42
    • +0
    /lams_admin/conf/xdoclet/web-settings.xml
  1. … 212 more files in changeset.
file jboss-all.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /lams_build/conf/j2ee/jboss-all.xml
file io.undertow.servlet.ServletExtension was initially added on branch lams2_head_wildfly.