>>>>> On Wed, 09 Jul 2025 14:47:56 -0400, Dan Langille said:
> 
> On Wed, Jul 9, 2025, at 12:09 PM, Martin Simmons wrote:
> >>>>>> On Wed, 09 Jul 2025 08:08:11 -0400, Dan Langille said:
> >> 
> >> On Tue, Jul 8, 2025, at 2:24 PM, Martin Simmons wrote:
> >> >>>>>> On Tue, 08 Jul 2025 11:42:34 -0400, Dan Langille said:
> >> >> 
> >> >> At https://www.bacula.org/bacula-community-15-0-3-released/ if you 
> >> >> click on the link within "the changes is available here.", does it 
> >> >> display a webpage or does it download? A webpage would be more useful. 
> >> >> It downloads for me.
> >> >
> >> > It opens as a web page for me (Firefox 128.12.0esr on Debian).
> >> 
> >> On Firefox (139.0.1 (aarch64)) it's good for me too, on OSX.
> >> 
> >> I think I understand the issue now:
> >> 
> >> When doing `wget -S 
> >> https://www.bacula.org/bacula-community-15-0-3-released/` I see: 
> >> content-type: text/html; charset=UTF-8
> >> 
> >> For `wget -S https://www.bacula.org/downloads/Bacula-15.0.3/ReleaseNotes` 
> >> there is no content-type header.
> >> 
> >> In both instances, I see: x-content-type-options: nosniff
> >
> > Yes, that might be the problem.  Apache probably can't guess the 
> > content-type
> > because the name ReleaseNotes has no extension like .txt etc.  Firefox seems
> > to have autodetected it as text/plain according to the Tools > Page Info
> > dialog.
> >
> > Which browser were you using when it forces a download?
> 
> Safari Version 18.6 (18621.3.7, 18621)

If bacula.org really is running Apache then it looks like this could be fixed
with a ForceType directive:

https://httpd.apache.org/docs/current/mod/core.html#forcetype

__Martin


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to