basiclti-util

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Fix library references

  1. … 77 more files in changeset.
LDEV-5440 Update libraries to new versions

    • binary
    ./basiclti-util-1.2.0-jakarta.jar
  1. … 67 more files in changeset.
LDEV-5440 Update CSRFGuard from 4.1.3 to 4.3.0-jakarta

Customisation was needed:

In CsrfGuardUtils use

public static String normalizeResourceURI(final String resourceURI) {

String normalizedResourceURI = resourceURI.startsWith("/") ? resourceURI : '/' + resourceURI;

// LAMS LDEV-4932 Replace multiple slashes with a single one, so it works the same as Spring MVC

normalizedResourceURI = normalizedResourceURI.replaceAll("/{2,}", "/");

return normalizedResourceURI;

}

Also update WF module schemas.

  1. … 42 more files in changeset.
LDEV-4883 Fix HttpClient warning “Invalid expires attribute”

  1. … 3 more files in changeset.
LDEV-4589 Adjust LTI Deep Linking & Membership services for Blackboard

  1. … 2 more files in changeset.
* LDEV-4589 Added few parameter names required for Deep linking

  1. … 2 more files in changeset.
LDEV-4400 Update configuration files to match latest schemas

  1. … 31 more files in changeset.
LDEV-4359 Add logs to OAuth library

LDEV-4359 Add logs to OAuth library

  1. … 28 more files in changeset.
LDEV-4221 Added <imsx_messageIdentifier> and <language> properties to the resulted outcome xml

LDEV-4083 Fixed exception java.lang.NoClassDefFoundError: javax/crypto/SecretKey

LDEV-4043 Fixed exception "java.lang.NoClassDefFoundError: javax/xml/transform/TransformerException"

LDEV-3997 Support for LTI 1.1 * httpclient was removed as it's now available as WV internal library * added new libraries required to verify OAuth signature and util classes for LTI

    • binary
    ./basiclti-util-1.2.0.jar
    • -0
    • +47
    ./basiclti-util.module.xml
    • binary
    ./oauth-20100527.jar
    • binary
    ./oauth-provider-20100527.jar
    • binary
    ./signpost-commonshttp4-1.2.1.2.jar
    • binary
    ./signpost-core-1.2.1.2.jar
    • -0
    • +44
    ./signpost.module.xml
  1. … 9 more files in changeset.
LDEV-3997 LTI 1.1: updated httpclient to 4.2.3 version, added new libraries required to verify OAuth signature and util classes for LTI

    • binary
    ./basiclti-util-1.2.0.jar
    • binary
    ./oauth-20100527.jar
    • binary
    ./oauth-provider-20100527.jar
    • binary
    ./signpost-commonshttp4-1.2.1.2.jar
    • binary
    ./signpost-core-1.2.1.2.jar
  1. … 7 more files in changeset.