Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. IOUtil getResource() - Lookup class package space 1st; Catch all (details)
Commit 0466210ac77e5c19248be1cc5c5b7c2a481ca031 by Sven Gothel
IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ; Add DEBUG

Lookup class package space 1st, which favors JAR resources,
hence allows applets to load secure stuff.

Catch all Throwables incl. java.security.AccessControlException
based on java.io.FilePermission. (eg Applets)

Add DEBUG property jogamp.debug.IOUtil, enabling verbose resource location.
The file was modifiedsrc/java/com/jogamp/common/util/IOUtil.java (diff)