Michael Osipov

Results 569 comments of Michael Osipov

I am not fully convinced here. What happens with your patch when you provide `null` for mail?

If some of the argument must not be blank/null, it should be handled by classes like this: https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/Validate.html The method contract should precisely describe when `null` is allowed and when...

Side note: `application/gzip` on 302 doesn't make any sense.

As I committer of Apache HttpComponents: HttpClient will never do this, unless you wide-scope your credentials. Similar issue: https://issues.apache.org/jira/browse/WAGON-590

This is still a problem with 3.0.5. I would simply wipe this, PA-RISC is dead.

Still a problem on 4.4.0. Patch: ```python diff -ur SCons/Platform/hpux.py SCons/Platform/hpux.py --- SCons/Platform/hpux.py 2021-11-17 17:06:47 +0000 +++ SCons/Platform/hpux.py 2022-08-10 14:29:41 +0000 @@ -35,7 +35,7 @@ #Based on HP-UX11i: ARG_MAX=2048000 -...

> Applying this fix seems simple enough, though nobody else has anything to test on. PA-RISC may be dead, but Itanium is pretty dead too, no? Technically, yes. Itanium ist...

I bet that Python 3.x does not even compile on PA-RISC. I took me quite some effort to make Python 3.8 to compile and run on IA64, I have [upstreamed...

I still don't understand why we need a wrapper around a facade...