Search found 4 matches

by david.amato
16 Jan 2025, 10:52
Forum: Public Forums
Topic: Installer Mime Type Missing Win11
Replies: 6
Views: 16241

Re: Installer Mime Type Missing Win11

Thanks this works correctly now.
by david.amato
18 Oct 2024, 13:17
Forum: Public Forums
Topic: Installer Mime Type Missing Win11
Replies: 6
Views: 16241

Re: Installer Mime Type Missing Win11

It does set the mime type in the response, but due to the missing registry entry the browser will default to .do extension when providing the file. This is what is seems to me, the identical request can be sent and with the reg entry will give a .jnlp extension being downloaded and without a .do fil...
by david.amato
17 Oct 2024, 11:45
Forum: Public Forums
Topic: Installer Mime Type Missing Win11
Replies: 6
Views: 16241

Re: Installer Mime Type Missing Win11

We use a spring based web server to return a web start file, this is built up for each request. I am not that clued up on this mechanism, but it is all spring managed. Without the registry entry the returning file come back as a .do file extension, when the registry entry is present then it come bac...
by david.amato
15 Oct 2024, 16:08
Forum: Public Forums
Topic: Installer Mime Type Missing Win11
Replies: 6
Views: 16241

Installer Mime Type Missing Win11

I have noticed that the installer (OpenWebStart_windows-x64_1_10_1.exe) on Win11 does not set the mime type in the registry and as a result the webstart does not come back as a jnlp files but rather .do file from the server. I have checked both options to associate the jnlp and jnlpx file during the...