File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ ownCloud admins and users.
3939
4040## Summary
4141
42+ * Bugfix - Handling of HTTP code response 413: [ #4094 ] ( https://github.com/owncloud/android/issues/4094 )
4243* Bugfix - Set authorization header for token request only when necessary: [ #4575 ] ( https://github.com/owncloud/android/issues/4575 )
4344* Bugfix - Add explicit permission to Detekt workflow: [ #4675 ] ( https://github.com/owncloud/android/pull/4675 )
4445* Change - SBOM workflow runs on dependabot PRs: [ #4664 ] ( https://github.com/owncloud/android/pull/4664 )
@@ -51,6 +52,14 @@ ownCloud admins and users.
5152
5253## Details
5354
55+ * Bugfix - Handling of HTTP code response 413: [ #4094 ] ( https://github.com/owncloud/android/issues/4094 )
56+
57+ A new exception has been added to handle cases where the payload exceeds the
58+ server limit (HTTP code 413)
59+
60+ https://github.com/owncloud/android/issues/4094
61+ https://github.com/owncloud/android/pull/4685
62+
5463* Bugfix - Set authorization header for token request only when necessary: [ #4575 ] ( https://github.com/owncloud/android/issues/4575 )
5564
5665 A new field has been added to the token request to indicate whether the
You can’t perform that action at this time.
0 commit comments