Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java applet authentication

860543May 16 2011 — edited Aug 17 2011
I have an applet hosted in a webserver and since I installed Java 6 update 24, a window is shown asking for Network Credentials every time I open the page.

If I access it from a computer with an older Java version, it runs the applet without asking the credentials.

I'm using integrated authentication so, I don't want to ask any credentials as the user is already authenticated by the OS.

Does anyone can help me?

Comments

526209
Ok, so I've poked around a bit more and have found more info on DB_DBT_APPMALLOC:

http://www.sleepycat.com/docs/api_cxx/db_associate.html

"""
If the callback function needs to allocate memory for the data field rather than simply pointing into the primary key or datum, the flags field of the returned Dbt should be set to DB_DBT_APPMALLOC, which indicates that Berkeley DB should free the memory when it is done with it.
"""

This seems to answer my earlier questions. Thanks for your patience :)
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 14 2011
Added on May 16 2011
6 comments
864 views