RFR: 8360120: Bundled macOS applications not receiving OpenURL events when launched as subprocess [v2]

Phil Race prr at openjdk.org
Thu Oct 30 20:12:51 UTC 2025


On Wed, 25 Jun 2025 07:03:33 GMT, Dmitry Kulikov <duke at openjdk.org> wrote:

>> Added an on-demand installation of the native OpenURL event handler to the `Application.setOpenURIHandler()`.
>> 
>> This does not break the specification for the affected API, since the requirement of the application being bundled and containing `CFBundleURLTypes` in the `Info.plist` is still valid: macOS will neither launch nor send OpenURL events to an application that does not declare such capabilities it the bundle.
>> 
>> Running tests on macOS showed no regressions after this patch. Other platforms are not affected.
>
> Dmitry Kulikov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright years

I'm happy to integrate as it is.

-------------

Marked as reviewed by prr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25967#pullrequestreview-3401450671


More information about the client-libs-dev mailing list