marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
282 stars 36 forks source link

Relative paths in symlinks not correctly resolved #153

Closed marschall closed 8 months ago

marschall commented 8 months ago

Consider the following structure

/
- symlinktests
-- root
--- directory1
--- directory2
- link -> root/directory1/./../directory2

/symlinktests/link should resolve to /symlinktests/root/directory2