Daniel (dB.) Doubrovkine

Results 3326 comments of Daniel (dB.) Doubrovkine

@AriSuutariST since you can reproduce I think you're in the best place to fix it, looking forward to a pull request.

The patch above is likely incorrect, see http://stackoverflow.com/questions/7242316/what-encoding-should-i-use-for-http-basic-authentication of how to determine the encoding of the credentials.

I am not convinced that this is a right fix. I think I was hoping that we could get an actual test for this that would reliably say "it works...

I am confused. Is this something you're experiencing with Waffle?

I would dig where the `Connection: close` is coming from. I bet it's another Spring filter, but I don't know of code in Waffle that does that (it could be...

A proxy that sits within the same domain can delegate authentication. I am not sure about all the protocol details, but if your proxy is a windows thing that requires...

The mixed authenticator as is was for Tomcat AFAIK, looks like you're on the right track making code changes for it to work for Glassfish. I would make/wrap `WindowsRealm` a/into...

I wrote the JAAS module as a demo, mostly because I could and because that's how we originally tried to do Windows auth. We used to have code that checked...

Also I am pretty sure I tried to make a JAAS module that did SSO and failed. I don't remember why, but I suspect this is because it doesn't allow...

That's weird. Do you understand why this happens? Obviously that's a bug.