Skip to content

Instantly share code, notes, and snippets.

@Programmercito
Programmercito / gist:cc83137152ee6606ae01b56d2bed2dde
Created January 25, 2017 19:47 — forked from kr0nicas/gist:bdea3b2b71cb066f44a2
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