Sebastian Stenzel

Results 307 comments of Sebastian Stenzel
trafficstars

In my opinion it is very much intended by the developer that the user can add a desktop.ini file. For us, any file should only be a file, we should...

> How to handle calls like move/write/delete onto such "not existing" file? Legitimate to ask this for move/delete. Regarding write, I'd say the user is allowed to write through to...

I didn't know it was possible to change a volume name from within Windows Explorer. There is certainly no FUSE API for such a thing, so I doubt this is...

@JaniruTEC any particular reason for this change? we shouldn't set such a header globally in `application.properties`, though. Just for specific resources.

I know, but still I wonder why we're defaulting to `text/html`.

fyi: I just retested with Quarkus 3.8.5: There is now just *one* Content-Type header field in the response (but sadly not the one specified by the annotation).

The cause is within the underlying file system implementation: ``` java.io.IOException: Incorrect function at java.base/sun.nio.ch.FileDispatcherImpl.pread0(Native Method) at java.base/sun.nio.ch.FileDispatcherImpl.pread(Unknown Source) at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.read(Unknown Source) at java.base/sun.nio.ch.FileChannelImpl.readInternal(Unknown Source) at java.base/sun.nio.ch.FileChannelImpl.read(Unknown...

When you google for "incorrect function" in conjuction with IO errors, you find plenty of reports such as [this post in the evernote forum](https://discussion.evernote.com/topic/115105-attach-file-from-google-drive-using-dragdrop-from-drive-file-stream/) or [this comment in another GitHub...

Good point, I'll migrate this issue to the dokany-nio-adapter then.

Depends on #15.