When using hawtio plugin and jolokia with no credentials, Hawtio is not returning with 401(Unauthorized) rather it still returns 403 Forbidden even though hawtio.noCredentials401 property is set to true.I have passed 'hawtio.noCredentials401' property via System variable by adding an entry in etc/system.properties.
As per Hawtio documentation it's mentioned that 'hawtio.noCredentials401=true' will cause the browser popup window to prompt for credentails, but it's not happening.
http://hawt.io/configuration/index.html
Environment: JBoss Fuse-AMQ v6.3(Karaf based containers)
Any pointers would be helpful.