lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

LDEV-3275: Make XStream use enhanced mode in which it can instantinate classes without no-arg constructors. This requires Oracle's JVM to be used, but it is a requirement of LAMS anyway. Otherwise multiple LAMS classes (mainly DTOs) would have to be given no-arg constructors or implement Serializable.

LDEV-3322: adding id tags

LDEV-3275: Add missing dependency for JSP parser.

LDEV-3275: Add missing dependencies. Update XStream to version 1.5.0, and its corresponding libraries. Reimplement LD attachment importing. Reimplement Content Repository credential check. Moja joda-time library to separate folder as it is not a part of XStream deployment anymore, but it is still needed in LAMS code.

  1. … 335 more files in changeset.
LDEV-3315: Omit organisation role check for preview lessons.

LDEV-3315: Omit organisation role check for preview lessons.

LDEV-3315 LDEV-3367 adding access control test to Admin tests

LDEV-3315 LDEV-3367 adding author, monitor, learner test for sysadmin and course management access. Improve descriptions

LDEV-3333: Remove Wildfly modules that are not required by LAMS distribution. Remove welcome-content from Wildfly distribution

Process of identification of modules that are eligible for removal (slimming):

1. LAMS direct dependencies (modules) were compared to 'Minimalistic Core' version of wildfly.

2. All missing modules were added to Wildfly modules

3. Direct dependencies of added modules (transitive LAMS dependencies) were identified based on module.xml content.

4. Points 2-3 were performed iteratively until all missing modules were added to Wildfly modules.

5. List of modules started with regular Wildfly distribution was compared to modules started with LAMS slimmed distribution.

LDEV-3328: General cleanup

LDEV-3315 LDEV-3367 implementing access control tests and page object model for admin module