Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Update Java dependenciesMatthias Villiger2-6/+6
2020-06-09ServletFilterHelper: extract idempotence check to methodBeat Schwarzentrub1-0/+122
2020-04-23HttpProxy: fix detection of content type with additional charsetBeat Schwarzentrub1-0/+16
2020-04-01Remove unnecessary throws declarations in testsClaudio Guglielmo3-6/+4
2020-03-20HttpProxy: prevent lost content for POST requests with query parametersBeat Schwarzentrub1-10/+31
2019-12-05Added HTTP header X-Content-Type-Options nosniffPaolo Bazzi1-58/+48
2019-11-14DuplicateRequestException on very high loadIvan Motsch1-3/+11
2019-09-30Replace TestingUtility by BeanTestingHelperRalph Steiner3-11/+11
2019-08-19Code cleanupClaudio Guglielmo3-95/+33
2019-08-10Update copyright file header to block commentMatthias Villiger10-20/+20
2019-07-25Extract logic from DownloadHttpResponseInterceptor to ease reuseMichael Iseli1-31/+45
2019-03-28Remove deprecated codeMatthias Villiger1-6/+0
2019-01-31Improve HttpProxy header behaviorAndi Bur1-4/+187
2019-01-23Unit tests with timing issuesIvan Motsch1-1/+2
2018-12-17Recognize Microsoft Edge browser in HttpClientInfoAndré Wegmüller1-0/+11
2018-10-29Extract HTTP request based RunContext creation from ServiceTunnelServletMatthias Villiger5-256/+79
2018-10-25Detect duplicate http post requestsIvan Motsch1-0/+145
2018-09-12Update copyright headersArthur van Dorp6-5/+15
2018-01-22DownloadHttpResponseInterceptor: Fix downloads errors in IE11Jeremie Miserez1-0/+117
2017-11-14Adapt suppress annotation to ECJ 4.7.1aMatthias Villiger1-1/+1
2017-10-27HttpProxy: cleanup code and documentation, generalize request handlerBeat Schwarzentrub1-8/+10
2017-10-09Added feature to rewrite URL in HttpProxyAndré Wegmüller1-0/+35
2017-09-28Update all licence headersClaudio Guglielmo8-4/+44
2017-09-22CSP: do not add key when value is null, remove key when value is null.André Wegmüller1-232/+65
2017-07-27Fix intermittently failing HealthCheckerTest.Arthur van Dorp1-1/+1
2017-07-13Bugfixes for HealthChecker APIChristian Ulrich1-33/+38
2017-05-16HealthChecker APIChristian Ulrich1-0/+222
2017-04-07Update dependency versionsMatthias Villiger3-7/+7
2017-03-15Add missing scout.xml to src/[main/test]/resourcesMichael Schmuki1-0/+15
2017-01-25Fix testsMatthias Villiger1-1/+2
2016-10-24Avoid sending legacy CSP header for non-Internet Explorer browserPaolo Bazzi2-0/+1229
2016-10-20Chrome: CSP 'self' is not interpreted correctly in sandboxed iframesPaolo Bazzi1-0/+341
2016-09-30Cleanup all logback.xml (streamlining)Beat Schwarzentrub1-1/+1
2016-08-26Use vanilla RunContext object for Servlet, UI, JMS and JAX-WS contextDaniel Wiehl1-132/+0
2016-08-26Make current RunContext accessible via 'RunContext.CURRENT' thread-localDaniel Wiehl2-161/+21
2016-08-26Move Transaction API into platform moduleDaniel Wiehl1-2/+10
2016-07-18Merge remote-tracking branch 'origin/releases/5.2.x' into releases/6.0.xPatrick Bänziger1-8/+0
2016-07-12Remove intermediate fix for findbugs/sonar issue.Arthur van Dorp1-8/+0
2016-07-07Merge remote-tracking branch 'origin/releases/5.2.x' into releases/6.0.xPatrick Bänziger1-0/+8
2016-07-07Intermediate fix for findbugs/sonar issue.Arthur van Dorp1-0/+8
2016-04-08Merge remote-tracking branch 'origin/releases/5.2.x' into releases/6.0.xPatrick Bänziger1-1/+2
2016-04-08Delete deprecated codeMatthias Villiger1-136/+0
2016-04-08Change session cookie validation from Response to servlet context configMatthias Villiger1-75/+0
2016-04-07Fix test caseMatthias Villiger1-1/+2
2016-04-07Add session cookie validationMatthias Villiger1-0/+75
2016-03-23detect mime types: lenient handling of invalid path stringsIvan Motsch1-4/+8
2016-03-10Add mime type detection beans and FileUtility.getMimeTypeIvan Motsch1-0/+57
2016-02-23Add correlation ID to RunContextDaniel Wiehl1-12/+23
2016-02-11Fix JUnit tests because of change of ServletRunContextOli Schmid1-0/+5
2016-02-02IExceptionTranslator: Remove translate() with "throwOnError"Beat Schwarzentrub1-4/+0

Back to the top