From a27c7ec9cc43f4cfd7333053903f9d8cf64812eb Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 4 Sep 2012 12:59:28 +0300 Subject: Use centralized wrapped session in ApplicationContext (#9402) --- server/src/com/vaadin/Application.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/com/vaadin/Application.java') diff --git a/server/src/com/vaadin/Application.java b/server/src/com/vaadin/Application.java index 36a8db83a1..d2313c0566 100644 --- a/server/src/com/vaadin/Application.java +++ b/server/src/com/vaadin/Application.java @@ -2152,7 +2152,7 @@ public class Application implements Terminal.ErrorListener, Serializable { */ protected int getUidlRequestTimeout() { return configuration.isIdleUICleanupEnabled() ? getContext() - .getMaxInactiveInterval() : -1; + .getSession().getMaxInactiveInterval() : -1; } /** -- cgit v1.2.3 ll-storage-merged Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Search/ISearchQuery.php
blob: 0929a1904897a467b33297b779721fdfb4e1a9d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69