[ http://jira.jboss.com/jira/browse/JBWEB-11?page=comments#action_12315357 ] Remy Maucherat commented on JBWEB-11: -------------------------------------
There is a bugzilla entry on this issue that I resolved as INVALID: http://issues.apache.org/bugzilla/show_bug.cgi?id=31567 The behavior of the .net client violates the HTTP specification (it announces an expectation, but sends the entity body right away, which is equivalent to not using expectations). Fixing it is easy (it requires removing one line of code in Tomcat's source), but will break legitimate clients which make proper usage of expectations. Alternately, there is the workaround I mentioned which is to add a regexp matching .net's user agent to the restricted list so that HTTP/1.0 is used. > 505 error when connection from a .NET client > -------------------------------------------- > > Key: JBWEB-11 > URL: http://jira.jboss.com/jira/browse/JBWEB-11 > Project: JBoss Web > Type: Bug > Components: Tomcat > Versions: JBossWeb-4.0.1 > Reporter: Thomas Diesler > Assignee: Remy Maucherat > > > People with .NET clients have no luck connection to JBossWS since .NET > defaults to HTTP-1.1. This issue as poped up multiple times now. I don't > think it is WS specific. Is there a general HTTP-1.1 issue with Tomcat? > See: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862668#3862668 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
