aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/module-monitoring
AgeCommit message (Collapse)AuthorFilesLines
2016-10-25fix another problem in session databaseThomas Lenz1-5/+5
2016-10-21fix possible multi-threading problem with database connectionsThomas Lenz2-46/+16
2016-09-30refactor http servlet response processing to prohibit 'chunked' transfer ↵Thomas Lenz1-6/+5
encoding
2016-06-28statisticlogger dbcp connection poolChristian Maierhofer3-4/+9
2016-05-18Adopted Monitoring ServletChristian Maierhofer6-78/+121
2016-05-18changed constants to final static hash mapChristian Maierhofer1-0/+0
2016-05-03Added Transactional Support to MOASessionDBUtilsChristian Maierhofer1-1/+2
2016-03-14refactor the GUI generation for user interactionThomas Lenz4-8/+7
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-12/+15
to Spring
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz1-1/+1
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-2/+7
communication) to discrete module
2015-08-27Use test- and productive TrustStore configurations in one IDP instanceThomas Lenz1-1/+1
- every service configuration could select its preferred TrustStore
2015-08-26Allow multiple alias domainsThomas Lenz1-1/+1
- Every alias domain is a own EntityID which is the configured PublicURLPrefix
2015-07-02develThomas Lenz1-7/+3
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz4-8/+12
2015-02-04Create exemplary AuthServlet module (MOAID-68)Thomas Knall6-0/+550
- Create new module moa-id-module-monitoring. - Move MonitoringServlet, DatabaseTestModule, IdentityLinkTestModule, TestManager and TestModuleInterface to new module. - Update pom.xml, adding new module dependency. - Update web.xml, disabling static servlet registration. - Add @WebServlet servlet registration for MonitoringServlet.