mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-01 14:41:19 +00:00
[ SEARCH-1702 ] Fix APATH E2E
This commit is contained in:
@@ -3177,9 +3177,7 @@ public class SolrInformationServer implements InformationServer
|
|||||||
stream(notNullOrEmpty(ancestorPath.length() > 0 && ancestorPath.startsWith("/")
|
stream(notNullOrEmpty(ancestorPath.length() > 0 && ancestorPath.startsWith("/")
|
||||||
? ancestorPath.substring(1).split("/")
|
? ancestorPath.substring(1).split("/")
|
||||||
: ancestorPath.split("/")))
|
: ancestorPath.split("/")))
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.map(String::trim)
|
.map(String::trim)
|
||||||
.filter(value -> !value.isEmpty())
|
|
||||||
.toArray(String[]::new);
|
.toArray(String[]::new);
|
||||||
|
|
||||||
StringBuilder builder = new StringBuilder();
|
StringBuilder builder = new StringBuilder();
|
||||||
|
Reference in New Issue
Block a user