Troubleshooting
Problem
When the built in Authentication Mechanisms or Obligations do not supply the needed functionality one can build a custom authentication mechanism to fill the gaps. If the JAR's MANIFEST is not properly constructed it can lead to class not found exceptions and unwanted behavior when running the authentication mechanism.
Symptom
The browser will show :
java.lang.NoClassDefFoundError: <class-in-question>
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:346)
Example :
java.lang.NoClassDefFoundError: org.apache.http.HttpMessage
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:346)
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21995250