samueleresca commented on issue #446:
URL:
https://github.com/apache/incubator-pekko-http/issues/446#issuecomment-1913290274
The `should not follow symbolic links to find a file` test fails both on
`main` and in the `pjfanning:rework-symlink-test` branch for 2 different
reasons:
## main
```
[info] - should not follow symbolic links to find a file *** FAILED *** (3
seconds, 21 milliseconds)
[info] java.lang.AssertionError: timeout (3 seconds) waiting for 1
messages on WarningFilter(None,Right(.* points to a location that is not part
of .*),false)
[info] at
org.apache.pekko.testkit.EventFilter.intercept(TestEventListener.scala:132)
[info] at
org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectivesSpec.$anonfun$new$41(FileAndResourceDirectivesSpec.scala:214)
```
## rework-symlink-test
```
org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectivesSymlinkSpec
*** ABORTED *** (59 milliseconds)
[info] java.nio.file.FileSystemException:
C:\Users\SAMUEL~1\AppData\Local\Temp\pekko-http-symlink-test8189405977971527262\dirWithLink\linked-dir:
A required privilege is not held by the client.
```
The error in `rework-symlink-test` seems requiring some settings change in
my system.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]