Search found 4 matches

by Olivier
02 Oct 2023, 14:25
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 39897

Re: CacheKey with session Id mandatory?

Yes,
I have edited the logs because of security reason.
Everything in {} are personnalData. However, it should be enough to understand what appens.
My jnlp file is build by my application. So, when the user download the file, the application fill the <jar> with the url to download the jar. But, to ...
by Olivier
29 Sep 2023, 14:51
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 39897

Re: CacheKey with session Id mandatory?

Please find the required files.

Thanks again.
by Olivier
29 Sep 2023, 10:18
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 39897

Re: CacheKey with session Id mandatory?

I use the last version of OpenWebStart.
My logs, concerning this aspects looks like :

[ITW-CORE][2023-09-29 09:56:30.602 CEST][DEBUG][net.sourceforge.jnlp.JNLPFile] Parsing JNLP file
location: file:{userDir}/Downloads/{jarName}.jnlp
codebase: null
content:
<?xml version='1.0' encoding='UTF-8 ...
by Olivier
28 Sep 2023, 11:59
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 39897

CacheKey with session Id mandatory?

Hello, I need your help to know if there is a solution to my problem :

Today, I a have an issue concerning the management of the CacheKey
My jnlp has the field jar like :

<jar>{myUrl}?JSESSIONID={sessionID}></jar>

The jar is heavy (300 Mo)

So, when i download my Jar, icedteaweb create an ...