Skip to content

Commit 1c13930

Browse files
authored
fixed typo
1 parent 93eb5c4 commit 1c13930

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/guide-blob-support.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ toc::[]
55
BLOB stands for **B**inary **L**arge **Ob**ject. A BLOB may be an image, an office document, ZIP archive or any other multimedia object.
66
Often these BLOBs are large. if this is the case you need to take care, that you do not copy all the blob data into you application heap, e.g. when providing them via a REST service.
77
This could easily lead to performance problems or out of memory errors.
8-
As solution for that problem is "streaming" those BLOBs directly from the database to the client. To demonstrate how this can be accomblished, devonfw provides a link:https://github.com/devonfw-sample/devon4j-blob-streaming[example].
8+
As solution for that problem is "streaming" those BLOBs directly from the database to the client. To demonstrate how this can be accomplished, devonfw provides a link:https://github.com/devonfw-sample/devon4j-blob-streaming[example].
99

1010
== Further Reading
1111
- link:guide-jpa.asciidoc#blob[BLOBs and the Data Access Layer]
12-
- https://www.owasp.org/index.php/Unrestricted_File_Upload[Security Vulnerability Unrestricted File Upload]
12+
- https://www.owasp.org/index.php/Unrestricted_File_Upload[Security Vulnerability Unrestricted File Upload]

0 commit comments

Comments
 (0)