Matej Kafka

Results 52 comments of Matej Kafka

@CarloToso Note that both the Content-Disposition filename value and the URL decoded last segment may contain invalid chars (especially / and \\, which could lead to nasty path traversal issues,...

This is what I have now (Windows-only, although only minor modifications should be needed to make it work on Linux), seems to work reasonably intuitively from my testing: Source code...

The issue seems specific to directory reparse points. For file symlinks, it works as expected. ```powershell $null = mkdir dir $null = ni file.txt $null = ni -Type SymbolicLink filelink.txt...

The issue is here: https://github.com/PowerShell/PowerShell/blob/fc68b61d2f2c00c34f1babcec3289653e90312b0/src/System.Management.Automation/namespaces/FileSystemProvider.cs#L3029-L3046 I don't have time to champion a PR, @JustinGrote said he might go for it. Seems it was always somewhat broken, but this issue was...

Eh, still not completed. Could you tame your hyperactive bot?

> We had issues with Docker scenario and fixed them but portable scenario works well as-is. > To approve the enhancement we need to see _an important scenario that is...

> Portable behavior on Windows is a kind of packaging that need a clean software and PowerShell is not. frowning_face It's a shame for us. Portable community always exists and...