[jira] [Work logged] (CAMEL-13968) AS2 component treats http headers case sensitive. According to RFC this should be case insensitive

2019-09-13 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13968?focusedWorklogId=312041&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-312041
 ]

ASF GitHub Bot logged work on CAMEL-13968:
--

Author: ASF GitHub Bot
Created on: 13/Sep/19 13:33
Start Date: 13/Sep/19 13:33
Worklog Time Spent: 10m 
  Work Description: oscerd commented on pull request #3169: CAMEL-13968: 
resolved HTTP header case sensitivity while parsing
URL: https://github.com/apache/camel/pull/3169
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 312041)
Remaining Estimate: 3h 20m  (was: 3.5h)
Time Spent: 40m  (was: 0.5h)

> AS2 component treats http headers case sensitive. According to RFC this 
> should be case insensitive
> --
>
> Key: CAMEL-13968
> URL: https://issues.apache.org/jira/browse/CAMEL-13968
> Project: Camel
>  Issue Type: Bug
>  Components: camel-as2
>Affects Versions: 2.24.1, 3.0.0.RC1
>Reporter: Sjoerd Brauer
>Assignee: Andrea Cosentino
>Priority: Major
>  Labels: as2, content-type, http-headers, patch
> Fix For: 2.25.0, 3.0.0.RC2
>
> Attachments: EntityParser.java
>
>   Original Estimate: 4h
>  Time Spent: 40m
>  Remaining Estimate: 3h 20m
>
> The AS2 component treats headers case-sensitive according to the switch case 
> enum's. According to the RFC this should be case-insensitive: 
> [https://tools.ietf.org/html/rfc7230#section-3.2] 
> Headers should be treated case insensitive. 
> This happens at:
> package org.apache.camel.component.as2.api.entity.EntityParser;
> in the method: parseMultipartSignedEntityBody
>  at line: 487. Specifically the following lines:
> lines: 523,526 and in the switch block that follows
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (CAMEL-13968) AS2 component treats http headers case sensitive. According to RFC this should be case insensitive

2019-09-13 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13968?focusedWorklogId=311998&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-311998
 ]

ASF GitHub Bot logged work on CAMEL-13968:
--

Author: ASF GitHub Bot
Created on: 13/Sep/19 12:12
Start Date: 13/Sep/19 12:12
Worklog Time Spent: 10m 
  Work Description: Maurice-Betzel commented on pull request #3167: 
CAMEL-13968: resolved HTTP header case sensitivity while parsing
URL: https://github.com/apache/camel/pull/3167
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 311998)
Remaining Estimate: 3.5h  (was: 3h 40m)
Time Spent: 0.5h  (was: 20m)

> AS2 component treats http headers case sensitive. According to RFC this 
> should be case insensitive
> --
>
> Key: CAMEL-13968
> URL: https://issues.apache.org/jira/browse/CAMEL-13968
> Project: Camel
>  Issue Type: Bug
>  Components: camel-as2
>Affects Versions: 2.24.1, 3.0.0.RC1
>Reporter: Sjoerd Brauer
>Priority: Major
>  Labels: as2, content-type, http-headers, patch
> Attachments: EntityParser.java
>
>   Original Estimate: 4h
>  Time Spent: 0.5h
>  Remaining Estimate: 3.5h
>
> The AS2 component treats headers case-sensitive according to the switch case 
> enum's. According to the RFC this should be case-insensitive: 
> [https://tools.ietf.org/html/rfc7230#section-3.2] 
> Headers should be treated case insensitive. 
> This happens at:
> package org.apache.camel.component.as2.api.entity.EntityParser;
> in the method: parseMultipartSignedEntityBody
>  at line: 487. Specifically the following lines:
> lines: 523,526 and in the switch block that follows
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (CAMEL-13968) AS2 component treats http headers case sensitive. According to RFC this should be case insensitive

2019-09-13 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13968?focusedWorklogId=311913&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-311913
 ]

ASF GitHub Bot logged work on CAMEL-13968:
--

Author: ASF GitHub Bot
Created on: 13/Sep/19 08:23
Start Date: 13/Sep/19 08:23
Worklog Time Spent: 10m 
  Work Description: Maurice-Betzel commented on pull request #3169: 
CAMEL-13968: resolved HTTP header case sensitivity while parsing
URL: https://github.com/apache/camel/pull/3169
 
 
   PR against Master
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 311913)
Remaining Estimate: 3h 40m  (was: 3h 50m)
Time Spent: 20m  (was: 10m)

> AS2 component treats http headers case sensitive. According to RFC this 
> should be case insensitive
> --
>
> Key: CAMEL-13968
> URL: https://issues.apache.org/jira/browse/CAMEL-13968
> Project: Camel
>  Issue Type: Bug
>  Components: camel-as2
>Affects Versions: 2.24.1, 3.0.0.RC1
>Reporter: Sjoerd Brauer
>Priority: Major
>  Labels: as2, content-type, http-headers, patch
> Attachments: EntityParser.java
>
>   Original Estimate: 4h
>  Time Spent: 20m
>  Remaining Estimate: 3h 40m
>
> The AS2 component treats headers case-sensitive according to the switch case 
> enum's. According to the RFC this should be case-insensitive: 
> [https://tools.ietf.org/html/rfc7230#section-3.2] 
> Headers should be treated case insensitive. 
> This happens at:
> package org.apache.camel.component.as2.api.entity.EntityParser;
> in the method: parseMultipartSignedEntityBody
>  at line: 487. Specifically the following lines:
> lines: 523,526 and in the switch block that follows
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (CAMEL-13968) AS2 component treats http headers case sensitive. According to RFC this should be case insensitive

2019-09-12 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13968?focusedWorklogId=311366&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-311366
 ]

ASF GitHub Bot logged work on CAMEL-13968:
--

Author: ASF GitHub Bot
Created on: 12/Sep/19 11:56
Start Date: 12/Sep/19 11:56
Worklog Time Spent: 10m 
  Work Description: Maurice-Betzel commented on pull request #3167: 
CAMEL-13968: resolved HTTP header case sensitivity while parsing
URL: https://github.com/apache/camel/pull/3167
 
 
   CAMEL-13968: resolved HTTP header case sensitivity while parsing
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 311366)
Remaining Estimate: 3h 50m  (was: 4h)
Time Spent: 10m

> AS2 component treats http headers case sensitive. According to RFC this 
> should be case insensitive
> --
>
> Key: CAMEL-13968
> URL: https://issues.apache.org/jira/browse/CAMEL-13968
> Project: Camel
>  Issue Type: Bug
>  Components: camel-as2
>Affects Versions: 2.24.1, 3.0.0.RC1
>Reporter: Sjoerd Brauer
>Priority: Major
>  Labels: as2, content-type, http-headers, patch
> Attachments: EntityParser.java
>
>   Original Estimate: 4h
>  Time Spent: 10m
>  Remaining Estimate: 3h 50m
>
> The AS2 component treats headers case-sensitive according to the switch case 
> enum's. According to the RFC this should be case-insensitive: 
> [https://tools.ietf.org/html/rfc7230#section-3.2] 
> Headers should be treated case insensitive. 
> This happens at:
> package org.apache.camel.component.as2.api.entity.EntityParser;
> in the method: parseMultipartSignedEntityBody
>  at line: 487. Specifically the following lines:
> lines: 523,526 and in the switch block that follows
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)