Kbase P108215: The installation of Service Pack 2 enables security for the Web Services Adapter
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/29/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
Web Services
SYMPTOM(s):
The installation of Service Pack 2 enables security for the Web Services Adapter (WSA)
Service Pack 2 installation overwrites the WSA section in the ubroker.properties
Service Pack 2 installation overwrites the %DLC%\servlets\wsa\WEB-INF\web.xml file
CAUSE:
This is a known issue being investigated by Development.
FIX:
Change the values for the adminAuth and webServerAuth parameters in the [WSA] section of the ubroker.properties as follows:
adminAuth=0 and webServerAuth=0
If your Java Servlet Engine (JSE) is configured to use the servlet under %DLC%\servlets\wsa, then you also need to disable security in the %DLC%\servlets\wsa\WEB-INF\web.xml file by commenting out the following section:
<!--
<security-constraint>
<web-resource-collection>
<web-resource-name>wsa1 Admin</web-resource-name>
<url-pattern>/wsa1/admin/*</url-pattern>
<http-method>POST</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>PSCAdmin</role-name>
<role-name>PSCOper</role-name>
</auth-constraint>
<user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
-->