Commit Graph

271 Commits

Author SHA1 Message Date
Reto Breitenmoser e39df60247 [Minor] added cache mode setting for rest http header (defaults to
no-cache)
2015-01-17 10:30:45 +01:00
Robert von Burg e44775f30b [Bugfix] fixed not unlocked objects after TX
When a TX is closed, all locked objects are unlocked. The but originated from multiple commands being performed for the same object, thus the object was locked multiple times i.e. the lock counter was >1. Now added a releaseLock() method which is called by the TX when the TX is closed so that the lock counter is really 0 and the lock is released.

- Added tests for this situation
- documented the LockHandler
2015-01-16 13:59:17 +01:00
Robert von Burg b70ee2d228 [New] Added LoginResult.getRoles(), modified logs
- also log user when performing service calls
- also log user when committing TX
2014-12-31 16:41:00 +01:00
Robert von Burg 1231eb1f49 [Minor] don't return default locale, if none is passed by HTTP client 2014-12-20 23:20:21 +01:00
Robert von Burg 1844a4aee6 [Minor] removed the setting of the locale from HTTP Headers 2014-12-02 23:24:03 +01:00
Robert von Burg fd07280edf [Minor] don't send whole strack trace to client 2014-11-28 22:50:10 +01:00
Robert von Burg 84d287dca4 [New] rest logging configuration: 'restLogging' 'restLoggingEntity' 2014-11-14 16:43:44 +01:00
Robert von Burg 7e68717d99 [New] rest logging configuration: 'restLogging' 'restLoggingEntity' 2014-11-14 16:41:46 +01:00
Robert von Burg bdaceb46f7 [Minor] only show rest trace summary on stage and prod 2014-11-14 16:13:54 +01:00
Robert von Burg 4c637ea144 [New] rest tracing configuration: 'restTracing' 'restTracingThreshold' 2014-11-14 16:03:43 +01:00
Robert von Burg 8d5d8b2c89 [Minor] AuthenicationRequestFilter and AuthenticationService changes
Now we check that the authorization header always exists except for the
AuthenticationService.login
2014-10-31 20:53:56 +01:00
Robert von Burg 4f9cd72d68 [Bugfix] fixed bug where certificate.lastAccess was not set after login 2014-10-31 20:47:26 +01:00
Robert von Burg d55371e9b7 [Minor] fixed component version descriptions 2014-10-04 14:35:01 +02:00
Robert von Burg 32c17858e1 [Major] Added Session timeout handling
SessionHandler now has a timer checking to make sure that sessions which haven’t been accessed for a time defined by ‘session.ttl.minutes’ are invalidated
2014-09-27 12:30:35 +02:00
Robert von Burg ada9abb097 [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00
Robert von Burg 7c0ab16c9e [Project] bumped version from 1.0.0-SNAPSHOT to 1.0.0-RC1 2014-09-20 14:38:29 +02:00
Robert von Burg 890b9f47cd [New] added new setVersion.sh script 2014-09-20 00:31:04 +02:00
Robert von Burg fe37e0aae0 [Project] added a new parent pom where Strolch's version is set 2014-09-19 20:09:42 +02:00
Robert von Burg f590a12e3a [Project] added a new parent pom where Strolch's version is set 2014-09-19 19:23:49 +02:00
Robert von Burg 6b5006c0bb [Project] fixed scm configuration in poms 2014-09-19 18:31:55 +02:00
Robert von Burg c64421a0d7 moved everything to a subdirectory for repo merge 2014-09-16 08:52:52 +02:00