Commit Graph

18 Commits

Author SHA1 Message Date
dependabot[bot]
940ebfb183 Bump commons-io:commons-io from 2.7 to 2.14.0 in /onvif-java
Bumps commons-io:commons-io from 2.7 to 2.14.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 18:42:49 +00:00
tornado
c01987f06b fix: do nonce generation when in handleMessage as nonce should be unique every time for security issue 2024-03-07 13:45:52 +08:00
tornado
dc0a1befcb feat: Add test for nonce 2024-03-07 13:44:05 +08:00
dependabot[bot]
2b3591e5f6 Bump commons-io from 2.4 to 2.7 in /onvif-java
Bumps commons-io from 2.4 to 2.7.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 16:36:54 +00:00
Flavio Pompermaier
97066a94f1 Closes issue #18 2019-11-28 10:02:47 +01:00
bhlowe
60cdb3f6bb Update DiscoverAndTest.java 2019-07-31 10:36:55 -07:00
bhlowe
77d1c615eb some logging changes, test improvements, style check 2019-07-31 10:24:56 -07:00
bhlowe
1c7c05710e Revert "Delete NaiveSSLHelper"
This reverts commit ae86e25035.
2019-07-31 07:58:07 -07:00
bhlowe
a8f03062d1 some findbug edits and google style applied 2019-07-31 07:10:35 -07:00
Bhlowe
ae86e25035 Delete NaiveSSLHelper
This was a utility class to allow insecure https access to onvif devices. (Often security cameras include both http and https, but it is common for the certificates to not be valid.) It was unused and does not work.
2019-07-29 10:45:08 -07:00
bhlowe
22e530b4c6 Fixed discovery,new tests, added, removed unused discovery code, started https support 2019-07-28 13:57:13 -07:00
bhlowe
d2675c8850 Changes to build and run with java 12. 2019-07-18 11:50:53 -07:00
bhlowe
bd93a7e1ac continue using java 1.8 as default... but output runs on java 8 and 12. 2019-07-10 10:20:40 -07:00
bhlowe
67a68f2ffc java 12 changes
Changes used to compile on java 12. Should be changed to a maven profile to allow selecting java 8 or higher... but appears to work. I do see some Illegal reflective access
warnings that appear harmless, for instance: Illegal reflective access by org.apache.ws.commons.schema.utils.DOMUtil
2019-07-10 09:35:37 -07:00
Flavio Pompermaier
ff9839c099 Removed unrelated project from this repo 2017-12-20 19:15:59 +01:00
Flavio Pompermaier
891c9bf425 Better use of CXF to interface with WS and WS-Notification 2017-04-05 08:46:49 +02:00
Flavio Pompermaier
039110f553 Added more code to debug events 2017-03-29 01:47:49 +02:00
Flavio Pompermaier
1b72e827f5 Initial import 2016-06-17 17:53:20 +02:00