File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
[org.ring-clojure/ring-websocket-protocols " 1.14.1" ]
10
10
[ring/ring-codec " 1.3.0" ]
11
11
[commons-io " 2.18.0" ]
12
- [org.apache.commons/commons-fileupload2-core " 2.0.0-M2 " ]
12
+ [org.apache.commons/commons-fileupload2-core " 2.0.0-M4 " ]
13
13
[crypto-random " 1.2.1" ]
14
14
[crypto-equality " 1.0.1" ]]
15
15
:aliases {" test-all" [" with-profile" " default:+1.10:+1.11:+1.12" " test" ]}
Original file line number Diff line number Diff line change 41
41
(getContentType [_] (get-in request [:headers " content-type" ]))
42
42
(getContentLength [_] (or (req/content-length request) -1 ))
43
43
(getCharacterEncoding [_] encoding)
44
- (getInputStream [_] (:body request))))
44
+ (getInputStream [_] (:body request))
45
+ (isMultipartRelated [_] false )))
45
46
46
47
(defn- file-item-iterable [^AbstractFileUpload upload ^RequestContext context]
47
48
(reify Iterable
You can’t perform that action at this time.
0 commit comments