Disable Authentication on v2.4.102

2016-05-02 Thread Scott Dudley
We have an old version of JSPWiki that a co-worker installed years ago. It's currently configured to use NTLM authentication. I've been asked to remove all security thus affording all rights and privileges to all employees the the site. Is this possible? I've perused the web.xml and prope

Re: Disable Authentication on v2.4.102

2016-05-02 Thread Harry Metske
Scott, assuming that you currently have container managed authentication, that would mean that you have a "" element somewhere in your web.xml. If you remove that, you will switch off security. If that is not the case, we would need more info, for example the current contents of web.xml. regards