requestManager->process( $service, $this->request ); if ($response === null) { $httpResponse = new JSONResponse(['message' => "$service not supported"], Http::STATUS_NOT_FOUND); } else { $httpResponse = $response->toHttpResponse(); } // We add a custom header so that setup checks can detect if their requests are answered by this controller return $httpResponse->addHeader('X-NEXTCLOUD-WELL-KNOWN', '1'); } } xstream-xstream-1.4.20 A seamless aspect-oriented extension to the Java programming language: https://github.com/eclipse-aspectj/aspectjwww-data
summaryrefslogtreecommitdiffstats
path: root/tests/bugs/abstractMethods/singlesource/C.java
blob: ddbc91b462c2f923bec90211855491b8ae578ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14