I want to have my landing page be accessible without using a nonce but right now I'm getting a 403. I do have a separate login page that works without a nonce.
The pertinent section of my web.xml is as follows: <init-param> <param-name>entryPoints</param-name> <param-value>/, /login.jsp, /JS/MIST.js</param-value> </init-param> I also tried "/*" without success. I saw another config using just "/" but I don't know if that person's config was successful - at least I believe my line of thinking is similar to others. Appreciative of any useful help... - Joe