Re: jogamp-current: Missing Codebase manifest attribute for gluegen-rt.jar
Posted by
Sven Gothel on
Oct 16, 2013; 10:07am
URL: https://forum.jogamp.org/jogamp-current-Missing-Codebase-manifest-attribute-for-gluegen-rt-jar-tp4030259p4030266.html
On 10/16/2013 11:49 AM, gouessej [via jogamp] wrote:
> Sven Gothel wrote
> On 10/16/2013 09:34 AM, gouessej [via jogamp] wrote:
> > Hi
> >
> > I know Insparia, nice application :)
> >
> > If you use GlueGen and JOGL as JNLP extensions, setting the
> "Permissions" and
> > "Codebase" manifest attributes should solve your problem.
>
> Can we have a bug report for this ?
> Seems like I missed to patch the jnlp files ?
>
> If Bill or you can fix this issue, _test_ and offer a git patch,
> that would be awesome!
>
>
> > Otherwise, if you
> > copy our signed JARs into your server, it won't work, you'll have to
> download
> > our unsigned JARs, set those attributes and sign them by yourself with your
> > own certificate (this is what I do in my case).
> Yup, b/c I added it for the JAR file, that codebase :)
> We have documented it in Bug ?? (see roadmap 2.0.2 / bugzilla).
>
> Thank you!
>
> I thought that you always set those attributes before signing the JARs but as
> I stopped using Sun/Oracle/JogAmp signed JARs several years ago, I didn't
> notice this problem. The JNLP files don't need any modification, those
> manifest attributes should be set from within our Ant scripts. I'm going to
> investigate.
jogl-applet-runner-newt.jnlp was missing a codebase entry ..
all others are fine. I pushed that change.
yes, all jar files do have a codebase entry as well.
~Sven