Changeset 4522
- Timestamp:
- 02/12/08 14:46:40 (11 years ago)
- Location:
- TI12-security/trunk/python/ndg.security.test/ndg/security/test/combinedservices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.test/ndg/security/test/combinedservices/services.ini
r4521 r4522 153 153 # Chain of SOAP Middleware filters 154 154 [pipeline:main] 155 pipeline = wsseSignatureVerificationFilter AttributeAuthorityFilter SessionManagerFilter wsseSignatureFilter httpBasicAuthFilter mainApp 155 pipeline = wsseSignatureVerificationFilter 156 AttributeAuthorityFilter 157 SessionManagerFilter 158 wsseSignatureFilter 159 httpBasicAuthFilter 160 mainApp 156 161 157 162 #______________________________________________________________________________ -
TI12-security/trunk/python/ndg.security.test/ndg/security/test/combinedservices/test_combinedservices.cfg
r4521 r4522 1 1 # NERC Data Grid Project 2 2 # 3 # P J Kershaw 12/01/073 # P J Kershaw 20/11/08 4 4 # 5 # Copyright (C) 200 7STFC & NERC5 # Copyright (C) 2008 STFC & NERC 6 6 # 7 7 # This software may be distributed under the terms of the Q Public License, … … 10 10 # $Id:$ 11 11 [setUp] 12 uri = http://localhost:7999/SessionManager 12 uri = http://localhost:8000/SessionManager 13 # alternate port for testing with tcpmon 14 #uri = http://localhost:7999/SessionManager 13 15 14 16 # For https connections only. !Omit ssl* settings if using http!
Note: See TracChangeset
for help on using the changeset viewer.