3 Replies Latest reply on Feb 4, 2005 5:11 PM by starksm64

    JBoss interoperability issue with .NET

    cglommen

      Will someone from the JBoss team please review this thread and respond? It initiated as a web service thread, but actually related to security, and really should be in this forum.

      http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862648#3862648

      Here's the last post:

      Is anyone else using C# clients? This seems like a serious enough interoperability issue that the JBoss team would want to address it. It's quite simple to reproduce:

      1. set up JBoss using Basic HTTP authentication.
      2. create a .NET client (C# perhaps)
      3. make request.
      4. see 505 error.
      5. change .NET client to be HTTP 1.0 only
      6. make request
      7. request succeeds.