summaryrefslogtreecommitdiffstats
path: root/src/main/properties
Commit message (Collapse)AuthorAgeFilesLines
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-152-14/+44
|
* Set log4j debug level for console (INFO)Manuel Bentele2021-06-011-6/+9
|
* StuffSimon Rettberg2015-02-261-4/+1Star
|
* Remove some debug messages, fix possible race condition in ImageProcessorSimon Rettberg2014-11-201-1/+3
|
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-2/+3
| | | | Change log level of thrift filetransfer to error in log4j properties
* ignore ftp.propertiesNils Schwabe2014-04-221-62/+0Star
|
* Added Globals.java and global propertiesNils Schwabe2014-04-091-0/+62
| | | | | | Added Ftpserver test Created some ftp testign in App.java (needs to be removed) Added Ftplet to trigger on FTP Commands
* added ftp server for testingNils Schwabe2014-04-081-2/+2
|
* LDAP functionallityNils Schwabe2014-04-081-0/+11
- added apache ldap client api to pom.xml - added the LDAP user which authenticates to the LDAP server - added testAuthentication to AppTest - users get inserted into db after authenticating - added log4j properties to filter unuseful debug messages