Changes for page Setting up a fileshare on Windows
Last modified by Martijn Woudstra on 2023/04/13 15:33
To version 49.1
edited by Martijn Woudstra
on 2022/10/03 13:37
on 2022/10/03 13:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -75,14 +75,14 @@ 75 75 * Name all network shares according to a pre-defined naming convention 76 76 * Since build 50 the underlying frameworks of eMagiz is using an updated version of Java, which uses a different approach (Java method) for verification. In previous versions, bullet 1 below is used; in the current version bullet 2 is used as approach. This are code extracts with some explainations, but in essence the recent version is checking whether the JVM has sufficient rights via the Windows permission structure. This has an impact on current implementations, as certain permission structures are no longer sufficient. One known example is that the service user of the eMagiz Connector need to have write access to the entire network path configured. In the past, the windows permission structure was not used to determine whether the JVM could write a file to a network share or not. 77 77 78 -* [[File - CanWrite (Java)>>https://docs.oracle.com/javase/7/docs/api/java/io/File.html#canWrite()||target="blank"]]79 -* [[File - IsWritable (Java)>>https://docs.oracle.com/javase/10/docs/api/java/nio/file/Files.html#isWritable(java.nio.file.Path)||target="blank"]]78 +* https://docs.oracle.com/javase/7/docs/api/java/io/File.html#canWrite() 79 +* https://docs.oracle.com/javase/10/docs/api/java/nio/file/Files.html#isWritable(java.nio.file.Path) 80 80 81 81 == 6. Suggested Additional Readings == 82 82 83 83 If you are interested in this topic and want more information, please read the release notes provided by eMagiz. Furthermore, check out these links: 84 84 85 -* [[Examples>>https://www.geeksforgeeks.org/files-iswritable-method-in-java-with-examples/||target="blank"]]85 +* https://www.geeksforgeeks.org/files-iswritable-method-in-java-with-examples/ 86 86 87 87 == 7. Silent demonstration video == 88 88