You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Here my proposal for fixing.
Also I suggest to remove the controlling of logging system by System.setEnv from java and so on... It is better to use simple standard java way and control lgging configuraiton using usual and suggested way ( xml or properties conf files ). Using the "env system properties params" way is better to be used by command line and is not reccomended to be forces by java hard coded code.
Also is not reccomended to have empty catches ...always
The method here try to parse also 401 ( and others ) coded HTTP responses ... this result in a parse problem, but is not.
Here my proposal for fixing.
Also I suggest to remove the controlling of logging system by System.setEnv from java and so on... It is better to use simple standard java way and control lgging configuraiton using usual and suggested way ( xml or properties conf files ). Using the "env system properties params" way is better to be used by command line and is not reccomended to be forces by java hard coded code.
Also is not reccomended to have empty catches ...always
The text was updated successfully, but these errors were encountered: