Bug 1367

Summary: TempFileCache & TempJarCache shall operate even if temp folder can't handle executables
Product: [JogAmp] Gluegen Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 2.4.0   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
gluegen 1157b913a068167062c853b4b525954b223a5509 joal c3ecef9677e730959d1893c9b00483469e440e96 jogl 1fe5a5dc1b164789253406286a05d1332b9467b9 jogl bbee6f5a71e643b0130f4c89fb8b137e116be029 jocl 83c25cf22266f18029a5f9abc35da4ceb700f680
Workaround: ---
Bug Depends on: 1219, 1231    
Bug Blocks: 1369    

Description Sven Gothel 2019-04-03 00:57:22 CEST
Work on bug 1219 and bug 1231 disclosed possible situations where executables (loading native libraries or launching executables) are not supported within the user's temporary folder(s).

TempFileCache and TempJarCache provide functionality beyond supporting native library loading, hence implementation and usage shall consider this.
Comment 1 Sven Gothel 2019-04-03 01:06:26 CEST
Resolved as described.

TempFileCache & TempJarCache 'forExecutable' suitability can be queried 
and implementation has adapted accordingly.