WebAuthServlet.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3383: Remove Web authentication method.

  1. … 5 more files in changeset.
LDEV-3383: Remove Web authentication method.

  1. … 5 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.

  1. … 15 more files in changeset.
The lookup for the service bean was looking for the "BlahServiceTarget", rather than "BlahService". As a result, it was accessing the functionality of the service bean, but was bypassing the transaction definitions, hence the database updates were not wrapped up in database transaction properly. We didn't notice it previously as the filter that forces the Hibernate Session to stay open during the entire web call was effectively causing us to use the same database connection for the entire web call anyway.

  1. … 12 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1392 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 64 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 48 more files in changeset.
Move login/index stuff from Lams_common

    • -0
    • +63
    ./WebAuthServlet.java
  1. … 19 more files in changeset.