Yunji Zhong
Results
2
comments of
Yunji Zhong
The following code would not work for now: ``` CorsService.builderForAnyOrigin() .route("prefix:/cors9") .allowRequestMethods(HttpMethod.GET) .andForOrigin("http://example.com/") .route("/cors9/movies/{title}") .allowRequestMethods(HttpMethod.POST) .and() .newDecorator()); ```
We resolved this by using different GRALD_USER_HOME for different processes. Different processes do not know about each other, so they may download the same dependencies to the same cache location,...