Closed farblos closed 7 months ago
Hi Oliver,
thanks for this project! I need support for Oracle 2FA login, so I thought to add that ... and then I got a bit carried away with code cleanup.
If I should split up that commit or redo things pls just let me know.
I cannot test non-2FA logins, so please check whether that still works after my changes!
Thanks
Jens
UPDATE: Added note on non-2FA login tests.
Merged and i did a test with non-2fa logins.. looks working :-) thanks for contributing
OraclePatchDownloader.java:
Add support for 2FA.
Fix typos and terminology.
Make recognition of login page more robust.
Suppress annoying cookie warnings.
Add more process reporting.
Report an error when no downloads were selected.
Make online help and order of command line processing more consistent. Brush up online help in general.
Remove documentation on option "--check", which is currently a no-op, anyway.
Fix option "--help" not printing online help.
Make handling of lists more robust and consistent.
Report an error if file with list of patches is missing.
Fix check on missing "--platforms" option.
Clean up temporary directory also in case of errors.
README.md:
Fix typos and terminology.
Lower minimum required versions.
Explain list handling in a more general fashion.
Synch option description from online help.
Fix superfluous trailing whitespace.