Commit 6c78c18
committed
[http.base] throw new ServletException on
According to the servlet spec, this method either throws a
ServletException if the request is not a multipart request or always
returns a collection. It never returns null. Throwing an exception seems
to be the right thing. (Karsten Ziegeler)
Signed-off-by: Stefan Bischof <stbischof@bipolis.org>1 parent 748a935 commit 6c78c18
File tree
1 file changed
+2
-2
lines changed- http/base/src/main/java/org/apache/felix/http/base/internal/dispatch
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
0 commit comments