Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Programmercito/cc83137152ee6606ae01b56d2bed2dde to your computer and use it in GitHub Desktop.
Save Programmercito/cc83137152ee6606ae01b56d2bed2dde to your computer and use it in GitHub Desktop.
Weblogic enforce-valid-basic-auth-credentials
Weblogic 11c
Add the <enforce-valid-basic-auth-credentials> element to config.xml within the <security-configuration> element.
:
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
</security-configuration>
Start or restart all of the servers in the domain.
http://blog.avanttic.com/2011/02/16/problema-drivers-jdbc-al-migrar-una-aplicacion-java-1-4-a-1-6-weblogic-11g/
Weblogic 12C
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
<use-kss-for-demo>true</use-kss-for-demo>
</security-configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment