GitToTheHub opened a new issue, #572: URL: https://github.com/apache/cordova/issues/572
# Bug Report ## Problem When I download `asc` and `sha512` files from https://dist.apache.org/repos/dist/dev/ with the Safari browser on macOS they are downloaded with an `.txt` extension, though the files are shown without this extension when browsing on the dist repos. If I run `coho verify-archive` on the downloaded files, it will fail, because it can't find the `asc` and `sha512` files, because they have the `.txt` extension. ### What is expected to happen? The files should be downloaded without a `.txt` extension ### What does actually happen? The files are downloaded with a `.txt` extension. ## Information - I use Safari 26.0.1 on macOS 26.0.1 - I visit for example https://dist.apache.org/repos/dist/dev/cordova/lib-13.0.0 - I download the `asc` and `sha512` files by right clicking on them and choosing the menu entry `Download Linked File` I think the files are server with the MIME type `Content-Type: text/plain`. They should be server with `application/pgp-signature .asc` and `application/sha512 .sha512`. I don't know if this is the right place to open the issue, but I don't know where I should otherwise open it. ### Command or Code ### Environment, Platform, Device - Safari 26.0.1 on macOS 26.0.1 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
