[Bug 57836] Empty REMOTE_USER is translated to ""

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #9 from George Stanchev --- Rainer, thanks for this fix! I apologize for not getting back to you quick but I was out of the office over the Labor Day weekend with no access to email. Let me know if you still

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 Rainer Jung changed: What|Removed |Added Status|NEEDINFO|NEW ---

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 Rainer Jung changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 57836] Empty REMOTE_USER is translated to

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #4 from George Stanchev stanc...@hotmail.com --- The thing is that ISAPI doesn't return null. You pass a buffer ptr and it fills it. In the case of absent REMOTE_USER, ISAPI sets the buffer[0]=0 and size=0. So essentially the caller

[Bug 57836] Empty REMOTE_USER is translated to

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- Sounds like the ISAPI code should be detecting the and replacing it with NULL instead. I've never even looked at that code... -- You are receiving this mail because:

[Bug 57836] Empty REMOTE_USER is translated to

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #5 from Christopher Schultz ch...@christopherschultz.net --- As I am unfamiliar with ISAPI, I was thinking that we'd just check for strlen=0 and replace with NULL and be done with it. I think that's exactly what your patch does.

RE: [Bug 57836] Empty REMOTE_USER is translated to

2015-07-28 Thread Fjodor Versinin
Sstartsss Sent from my Sony Xperia™ smartphone bugzi...@apache.org wrote https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #5 from Christopher Schultz ch...@christopherschultz.net --- As I am unfamiliar with ISAPI, I was thinking that we'd just check for strlen=0 and

[Bug 57836] Empty REMOTE_USER is translated to

2015-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All --- Comment #2 from

[Bug 57836] Empty REMOTE_USER is translated to

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #1 from George Stanchev stanc...@hotmail.com --- Created attachment 32678 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32678action=edit proposed fix Attached is proposed fix. -- You are receiving this mail because: You