[ 
https://issues.apache.org/jira/browse/WINK-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738432#action_12738432
 ] 

Nick Gallardo commented on WINK-124:
------------------------------------

There are two ways to solve the problem, either a) check the list for bad data 
when we're iterating in ServerMessageContext.buildHttpMethod() or, b) just 
don't put bad data in the list to begin with.  I opted for b.

Not crazy about the style, but someone else can change it if they'd like to see 
it another way.

> Don't use empty string for override header check
> ------------------------------------------------
>
>                 Key: WINK-124
>                 URL: https://issues.apache.org/jira/browse/WINK-124
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Nick Gallardo
>            Assignee: Nick Gallardo
>            Priority: Blocker
>             Fix For: 0.1
>
>         Attachments: WINK-124.patch
>
>
> Some web containers don't like it when you look for a header with the key 
> ("").  We can eliminate the check with a simple string length check.
> Patch in a minute.  I consider this a blocker for 0.1 since it prevents usage 
> of all of Wink in some environments.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to