Hide Forgot
Date of First Response: 2009-12-14 11:44:28 project_key: SOA See JBESB-3052 for details.
Link: Added: This issue is related to JBESB-3052
Link: Added: This issue is related to SOA-1650
For this to work, calls to contract.jsp need to be unauthenticated. Adding the following to the WEB-INF/web.xml file will acheive this: <security-constraint> <web-resource-collection> <web-resource-name>All Access</web-resource-name> <url-pattern>/contract.jsp</url-pattern> </web-resource-collection> </security-constraint>
Fixed with revision 4541 of: build-tools/builders/esb/post-patch/patch_contract_war.xml build-tools/resource/soa-auth/add_security_constrain.xsl Commit message: SOA-1713 Add an `allaccess' parameter, used to specify URL patterns that will be excluded from the authentication realm.
Verified in ER6.