datacleaner / DataCleaner

The premier open source Data Quality solution
GNU Lesser General Public License v3.0
598 stars 181 forks source link

Make root of monitor context unsecured #1075

Closed LosD closed 8 years ago

LosD commented 8 years ago

Because the root is secured, there are some pretty weird redirect issues when opening the monitor. It may help to set its security to none in security context.

LosD commented 8 years ago

We tried with <http pattern="/" security="none" />, and that works for an URL ending with '/' (i.e. http://example.org/DataCleaner-monitor/), but without that final slash it still fails.