Skip to content

Commit 4c3b6d1

Browse files
committed
6.3.9578
1 parent 8fb2c28 commit 4c3b6d1

File tree

32 files changed

+136
-136
lines changed

32 files changed

+136
-136
lines changed

Java/android/androidfsstorage/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
jarJar {
3535
rules = [
3636
'stax-api-1.0.1.jar' : 'javax.xml.** com.ithit.webdav.xml.@1',
37-
'webdav-server-6.3.9561.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
37+
'webdav-server-6.3.9578.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
3838
]
3939
}
4040

@@ -75,11 +75,11 @@ dependencies {
7575
implementation 'commons-io:commons-io:2.7'
7676
implementation 'com.google.code.gson:gson:2.8.9'
7777
implementation 'com.android.support:appcompat-v7:27.1.1'
78-
implementation('com.ithit.webdav.integration:android-integration:6.3.9561', {
78+
implementation('com.ithit.webdav.integration:android-integration:6.3.9578', {
7979
exclude group: 'org.nanohttpd', module: 'nanohttpd'
8080
})
8181
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
8282
jarJar 'stax:stax-api:1.0.1'
83-
jarJar 'com.ithit.webdav:webdav-server:6.3.9561'
83+
jarJar 'com.ithit.webdav:webdav-server:6.3.9578'
8484
testImplementation 'junit:junit:4.12'
8585
}

Java/jakarta/collectionsync/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ithit.webdav.samples</groupId>
88
<artifactId>collectionsync-jakarta</artifactId>
9-
<version>6.3.9561</version>
9+
<version>6.3.9578</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.ithit.webdav.integration</groupId>
3232
<artifactId>jakarta-integration</artifactId>
33-
<version>6.3.9561</version>
33+
<version>6.3.9578</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>commons-lang</groupId>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>com.ithit.webdav</groupId>
121121
<artifactId>webdav-server</artifactId>
122-
<version>6.3.9561</version>
122+
<version>6.3.9578</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>net.java.dev.jna</groupId>
@@ -196,7 +196,7 @@
196196
<server>filesystem</server>
197197
<port>11021</port>
198198
<path>/</path>
199-
<warSourceDirectory>target/collectionsync-jakarta-6.3.9561</warSourceDirectory>
199+
<warSourceDirectory>target/collectionsync-jakarta-6.3.9578</warSourceDirectory>
200200
</configuration>
201201
</plugin>
202202
<plugin>

Java/jakarta/collectionsync/src/main/webapp/WEB-INF/wwwroot/js/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Java/jakarta/filesystemstorage/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ithit.webdav.samples</groupId>
88
<artifactId>filesystemstorage</artifactId>
9-
<version>6.3.9561</version>
9+
<version>6.3.9578</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.ithit.webdav.integration</groupId>
3232
<artifactId>jakarta-integration</artifactId>
33-
<version>6.3.9561</version>
33+
<version>6.3.9578</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>commons-io</groupId>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.ithit.webdav</groupId>
127127
<artifactId>webdav-server</artifactId>
128-
<version>6.3.9561</version>
128+
<version>6.3.9578</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>net.java.dev.jna</groupId>
@@ -202,7 +202,7 @@
202202
<server>filesystem</server>
203203
<port>11021</port>
204204
<path>/</path>
205-
<warSourceDirectory>target/filesystemstorage-jakarta-6.3.9561</warSourceDirectory>
205+
<warSourceDirectory>target/filesystemstorage-jakarta-6.3.9578</warSourceDirectory>
206206
</configuration>
207207
</plugin>
208208
<plugin>

Java/jakarta/filesystemstorage/src/main/webapp/WEB-INF/wwwroot/js/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Java/jakarta/springboot3fsstorage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.ithit.webdav.samples</groupId>
1111
<artifactId>springboot3fsstorage</artifactId>
12-
<version>6.3.9561</version>
12+
<version>6.3.9578</version>
1313
<name>springboot3fsstorage</name>
1414
<description>Demo project for Spring Boot 3</description>
1515

@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>com.ithit.webdav</groupId>
5555
<artifactId>webdav-server</artifactId>
56-
<version>6.3.9561</version>
56+
<version>6.3.9578</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.ithit.webdav.integration</groupId>
6060
<artifactId>jakarta-integration</artifactId>
61-
<version>6.3.9561</version>
61+
<version>6.3.9578</version>
6262
</dependency>
6363

6464
<!-- JNA dependencies -->

Java/javax/collectionsync/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ithit.webdav.samples</groupId>
88
<artifactId>collectionsync</artifactId>
9-
<version>6.3.9561</version>
9+
<version>6.3.9578</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.ithit.webdav.integration</groupId>
3636
<artifactId>servlet-integration</artifactId>
37-
<version>6.3.9561</version>
37+
<version>6.3.9578</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-io</groupId>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.ithit.webdav</groupId>
144144
<artifactId>webdav-server</artifactId>
145-
<version>6.3.9561</version>
145+
<version>6.3.9578</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>net.java.dev.jna</groupId>
@@ -219,7 +219,7 @@
219219
<server>filesystem</server>
220220
<port>11021</port>
221221
<path>/</path>
222-
<warSourceDirectory>target/collectionsync-6.3.9561</warSourceDirectory>
222+
<warSourceDirectory>target/collectionsync-6.3.9578</warSourceDirectory>
223223
</configuration>
224224
</plugin>
225225
<plugin>

Java/javax/collectionsync/src/main/java/com/ithit/webdav/samples/collectionsync/FileImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ public String getEtag() throws ServerException {
220220
* @param count Number of bytes to be written to the output stream.
221221
* @throws ServerException In case of an error.
222222
*/
223-
// <<<< readFileImpl
224223
@Override
225224
public void read(OutputStream out, long startIndex, long count) throws ServerException {
226225
Path fullPath = this.getFullPath();
@@ -241,7 +240,6 @@ public void read(OutputStream out, long startIndex, long count) throws ServerExc
241240
throw new ServerException(x);
242241
}
243242
}
244-
// readFileImpl >>>>
245243

246244
/**
247245
* Saves the content of the file from the specified stream to the File System repository.
@@ -255,7 +253,6 @@ public void read(OutputStream out, long startIndex, long count) throws ServerExc
255253
* @throws ServerException In case of an error.
256254
* @throws IOException I/O error.
257255
*/
258-
// <<<< writeFileImpl
259256
@Override
260257
public long write(InputStream content, String contentType, long startIndex, long totalFileLength)
261258
throws LockedException, ServerException, IOException {
@@ -294,7 +291,6 @@ public long write(InputStream content, String contentType, long startIndex, long
294291
getEngine().getWebSocketServer().notifyUpdated(getPath(), getWebSocketID());
295292
return totalWrittenBytes;
296293
}
297-
// writeFileImpl >>>>
298294

299295
private void incrementSerialNumber() {
300296
try {

Java/javax/collectionsync/src/main/java/com/ithit/webdav/samples/collectionsync/FolderImpl.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ private static String fixPath(String path) {
9797
* @throws LockedException This folder was locked. Client did not provide the lock token.
9898
* @throws ServerException In case of an error.
9999
*/
100-
// <<<< createFileImpl
101100
@Override
102101
public FileImpl createFile(String name) throws LockedException, ServerException {
103102
ensureHasToken();
@@ -115,7 +114,6 @@ public FileImpl createFile(String name) throws LockedException, ServerException
115114
}
116115
return null;
117116
}
118-
// createFileImpl >>>>
119117

120118
/**
121119
* Creates new {@link FolderImpl} folder with the specified name in this folder.
@@ -125,7 +123,6 @@ public FileImpl createFile(String name) throws LockedException, ServerException
125123
* @throws LockedException This folder was locked. Client did not provide the lock token.
126124
* @throws ServerException In case of an error.
127125
*/
128-
// <<<< createFolderImpl
129126
@Override
130127
public Folder createFolder(String name) throws LockedException,
131128
ServerException {
@@ -147,7 +144,6 @@ private void createFolderInternal(String name) throws LockedException,
147144
}
148145
}
149146
}
150-
// createFolderImpl >>>>
151147

152148
private Path deleteIfHidden(String name) throws ServerException {
153149
Path fullPath = Paths.get(this.getFullPath().toString(), name);
@@ -171,7 +167,6 @@ private Path deleteIfHidden(String name) throws ServerException {
171167
* @return Instance of {@link PageResults} class that contains items on a requested page and total number of items in a folder.
172168
* @throws ServerException In case of an error.
173169
*/
174-
// <<<< getChildren
175170
@Override
176171
public PageResults getChildren(List<Property> propNames, Long offset, Long nResults, List<OrderProperty> orderProps) throws ServerException {
177172
String decodedPath = HierarchyItemImpl.decodeAndConvertToPath(getPath());
@@ -197,9 +192,7 @@ public PageResults getChildren(List<Property> propNames, Long offset, Long nResu
197192
}
198193
return new PageResults(children, total);
199194
}
200-
// getChildren >>>>
201195

202-
// <<<< deleteFolderImpl
203196
@Override
204197
public void delete() throws LockedException, MultistatusException,
205198
ServerException {
@@ -214,9 +207,7 @@ public void delete() throws LockedException, MultistatusException,
214207
}
215208
getEngine().getWebSocketServer().notifyDeleted(getPath(), getWebSocketID());
216209
}
217-
// deleteFolderImpl >>>>
218210

219-
// <<<< copyToFolderImpl
220211
@Override
221212
public void copyTo(Folder folder, String destName, boolean deep)
222213
throws LockedException, MultistatusException, ServerException {
@@ -241,7 +232,6 @@ public void copyTo(Folder folder, String destName, boolean deep)
241232
setName(destName);
242233
getEngine().getWebSocketServer().notifyCreated(folder.getPath() + encode(destName), getWebSocketID());
243234
}
244-
// copyToFolderImpl >>>>
245235

246236
/**
247237
* Check whether current folder is the parent to the destination.
@@ -316,7 +306,6 @@ private String getExtension(String name) {
316306

317307
}
318308

319-
// <<<< moveToFolderImpl
320309
@Override
321310
public void moveTo(Folder folder, String destName) throws LockedException,
322311
ConflictException, MultistatusException, ServerException {
@@ -337,7 +326,6 @@ public void moveTo(Folder folder, String destName) throws LockedException,
337326
setName(destName);
338327
getEngine().getWebSocketServer().notifyMoved(getPath(), folder.getPath() + encode(destName), getWebSocketID());
339328
}
340-
// moveToFolderImpl >>>>
341329

342330
/**
343331
* Returns list of items that correspond to search request.
@@ -349,7 +337,6 @@ public void moveTo(Folder folder, String destName) throws LockedException,
349337
* @param nResults The number of items to return.
350338
* @return Instance of {@link PageResults} class that contains items on a requested page and total number of items in search results.
351339
*/
352-
// <<<< searchImpl
353340
@Override
354341
public PageResults search(String searchString, SearchOptions options, List<Property> propNames, Long offset, Long nResults) {
355342
List<HierarchyItem> results = new LinkedList<>();
@@ -380,7 +367,6 @@ public PageResults search(String searchString, SearchOptions options, List<Prope
380367
}
381368
return new PageResults((offset != null && nResults != null) ? results.stream().skip(offset).limit(nResults).collect(Collectors.toList()) : results, (long) results.size());
382369
}
383-
// searchImpl >>>>
384370

385371
/**
386372
* Returns free bytes available to current user.

0 commit comments

Comments
 (0)