Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Here's some code from 2010 from an archive, if anyone is interested [waffle.zip](https://github.com/Waffle/waffle/files/5836895/waffle.zip) I can dig up a better copy, and a more recent one, this one is from some...
I mean it should be possible to do it for each individual filter, but the implementation should be shared.
Yes, I only was commenting on the naming.
> @dblock could you please advise here, any help would be appreciated. It has been years for me since I knew anything about windows authentication, sorry :(
The code to change is here: https://github.com/Waffle/waffle/pull/636/files#diff-0307661bd1fa164c209546fa06ec2b48R542. If I read https://dzone.com/articles/how-to-change-environment-variables-in-java correctly other filters can modify these at runtime, sounds like an additional security risk.
I think it's the same debate as `disableSSO` in #636. Personally I am not opposed to an `enabled` flag in every filter that avoids having to comment the filter out....
For enabled I opened https://github.com/Waffle/waffle/issues/639 so we don't lose it. Maybe someone wants to contribute!
I see. You should change this issue's title and update to what you really want. I was confused because `disableBasicAuthMode` seems like "disable everything" for a basic auth filter, so...
SecurityManager is a more broad question, I think https://blog.frankel.ch/java-security-manager/ is a decent blog post about it. It effectively enables these .policy things. I'd appreciate some documentation updates wrt SM. Can...
it's to be used part of an installer (wix or otherwise). I believe it installs the COM object interface, if I remember correctly, it was more of an experiment. I...