Bug 1367 - TempFileCache & TempJarCache shall operate even if temp folder can't handle executables
Summary: TempFileCache & TempJarCache shall operate even if temp folder can't handle e...
Status: RESOLVED FIXED
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2.4.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on: 1219 1231
Blocks: 1369
  Show dependency treegraph
 
Reported: 2019-04-03 00:57 CEST by Sven Gothel
Modified: 2019-04-03 09:30 CEST (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
gluegen 1157b913a068167062c853b4b525954b223a5509 joal c3ecef9677e730959d1893c9b00483469e440e96 jogl 1fe5a5dc1b164789253406286a05d1332b9467b9 jogl bbee6f5a71e643b0130f4c89fb8b137e116be029 jocl 83c25cf22266f18029a5f9abc35da4ceb700f680
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.