Repository: camel
Updated Branches:
  refs/heads/master c29946a36 -> c134e5a6e


Add comment


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c134e5a6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c134e5a6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c134e5a6

Branch: refs/heads/master
Commit: c134e5a6e104c60ddcd198341718a37f0a4401ba
Parents: c29946a
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Apr 7 17:45:51 2016 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Apr 7 17:45:51 2016 +0200

----------------------------------------------------------------------
 .../apache/camel/component/jetty9/AttachmentHttpBinding.java    | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c134e5a6/components/camel-jetty9/src/main/java/org/apache/camel/component/jetty9/AttachmentHttpBinding.java
----------------------------------------------------------------------
diff --git 
a/components/camel-jetty9/src/main/java/org/apache/camel/component/jetty9/AttachmentHttpBinding.java
 
b/components/camel-jetty9/src/main/java/org/apache/camel/component/jetty9/AttachmentHttpBinding.java
index f798714..7a3fb37 100644
--- 
a/components/camel-jetty9/src/main/java/org/apache/camel/component/jetty9/AttachmentHttpBinding.java
+++ 
b/components/camel-jetty9/src/main/java/org/apache/camel/component/jetty9/AttachmentHttpBinding.java
@@ -30,6 +30,11 @@ import org.apache.camel.http.common.DefaultHttpBinding;
 import org.apache.camel.http.common.HttpMessage;
 import org.eclipse.jetty.util.MultiPartInputStreamParser;
 
+/**
+ * To handle attachments with Jetty 9.
+ * <p/>
+ * This implementation is needed to deal with attachments when using Jetty 9.
+ */
 final class AttachmentHttpBinding extends DefaultHttpBinding {
 
     AttachmentHttpBinding() {

Reply via email to