2 Replies Latest reply on Feb 13, 2013 2:22 PM by sanmo

    restrictedUserAgents attribute setting in JBoss AS 7.1.1

    sanmo

      I am migrating from JBoss 5.1.0 to JBoss AS 7.1.1. I have a .NET client communicating with Java Web Services. I used to have a restrictedUserAgents attribute defined in my connector to fix the problem of .NET not implementing HTTP 1.1 properly.

       

      restrictedUserAgents="^.*MS Web Services Client Protocol.*$"

       

      The same attribute does not exist in JBoss 7.1.1. How do i configure this? I am getting a HTTP 505 error in my application.

       

      Thanks