lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3316: change DAO references from implementations to corresponding interfaces.

LDEV-3382 Add datetime parameter check to LoginRequest.

LDEV-3382 *Add datetime parameter check to LoginRequest. *Introduced getServerTime method available for 3rd party servers

LDEV-3382 Add meaninfull datetime parameter to LoginRequest

    • -0
    • +4
    /lams_bb_integration/RELEASE_NOTES.TXT
    • -0
    • +1
    /lams_bb_integration/conf/main.properties
LDEV-3382 Add meaninfull datetime parameter to LoginRequest

    • -0
    • +4
    /lams_bb_integration/RELEASE_NOTES.TXT
    • -0
    • +1
    /lams_bb_integration/conf/main.properties
LDEV-3382 ability to edit integrated server's setting responsible for how long LoginRequest will be valid.

    • -0
    • +1
    /lams_admin/conf/xdoclet/struts-forms.xml
    • -11
    • +48
    /lams_admin/web/servermaintain.jsp
LDEV-3381: remove wildfly-9-alpha components after LAMS is migrated to wildfly-8.2.0-Final

    • 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
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
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.

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.
LDEV-3381: Upgrade to WildFly 9 Alpha2 version.

    • -0
    • +9
    /lams_build/conf/j2ee/jboss-all.xml
    • -231
    • +236
    /lams_build/conf/standalone.xml
  1. … 27 more files in changeset.
LDEV-3347: delete treecache.xml configurations after L2C for LAMS switched to Infinispan. Most of treecache.xml configuration was not used by LAMS (jgroups + cluster configuration). Regions configurations for default and contentrepository caches were migrated to Wildfly standalone.xml descriptor and LAMS application context configuration.

LDEV-3347: alter hibernateProperties settings. set default Infinispan cache for contentrepository entities to 'contentrepository-entity'.

LDEV-3347: alter Infinispan L2C configuration. Add contentrepository-entity template cache configuration for entities from contentrepository component. Enable statistics for all caches. Alter default entity cache configuration - set max-entries and lifespan properties to values from old jbosscache configuration.

LDEV-3380: Fix URL decoding as JSP/JSTL libaries used for WildFly seem to behave differently than before.

LDEV-3376: Swith back to standard (non-development) mode for JSP servlet. Use another mechanism to fetch news for login page.

LDEV-3379: Fix issues regarding 'limit' keyword usage in HQL queries. Reformat source.

LDEV-3376: Enable development mode for JSP servlet, which forces JSP recompilation.

LDEV-3275: Add missing dependencies.