Re: Login issues after upgrade - mgr.isContainerAuthenticated() has incorrect value

2019-07-03 Thread Jerry Malcolm
Update... I tried changing web.xml namespace back to sun.  I found that version 2.10.0 had the sun site in web.xml.  I copied the web-app tag and all of its attributes from 2.10.0 to the web.xml for my 2.11.0-M4.  No change.  Stills says it's using custom auth.  So I'm assuming the fix has to

Re: Login issues after upgrade - mgr.isContainerAuthenticated() has incorrect value

2019-07-03 Thread Jerry Malcolm
Hey, Dirk, Thanks so much for the info.  You are correct that WebContainerAuthorizer points to java.sun.com and the web.xml points to the javaee.  What change do I make?  Should I change the web.xml to point to the sun site?  I can't really change the WebContainerAuthorizer code without

Re: Login issues after upgrade - mgr.isContainerAuthenticated() has incorrect value

2019-07-03 Thread Dirk Frederickx
Jerry, Ulf, Probably the namespace used by org.apache.wiki.auth.authorizer.WebContainerAuthorizer.java is incorrect, as it still points to java.sun.com : private static final String J2EE_SCHEMA_25_NAMESPACE = " http://java.sun.com/xml/ns/javaee;; The web.xml points to

Re: Login issues after upgrade - mgr.isContainerAuthenticated() has incorrect value

2019-07-03 Thread Ulf Dittmer
I have not gotten container auth to work with 2.11.0.M3. I'm quite familiar with Java web apps, so I know what to comment and what not in web.xml, but no dice. I don't use SSO, though. But container auth works fine with other web apps on the same Tomcat instance. Ulf