tmaret commented on code in PR #334: URL: https://github.com/apache/jackrabbit-filevault/pull/334#discussion_r1576408193
########## vault-core-it/vault-core-integration-tests/src/main/java/org/apache/jackrabbit/vault/packaging/integration/UserContentPackageIT.java: ########## @@ -105,6 +105,15 @@ public void installUserA_Replace_PkgPath() throws RepositoryException, IOExcepti installUserA(ImportMode.REPLACE, true, true); } + @Test + public void installUserA_Underscores() throws RepositoryException, IOException, PackageException { Review Comment: Thanks for looking at this @kwin ! I suggest to add a breakpoint [here](https://github.com/apache/jackrabbit-filevault/blob/81fa88f1d7af07e77871e2c0bb03515107f18d74/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/io/Importer.java#L1047) while running the test. You should see that the `info.path` has been transformed to `/home/users/test/6k:test-user-a` while it was `/home/users/test/_6k_test-user-a` in the package. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org