From 3695491a7ac1826a93fb98100aff26bd4e22df12 Mon Sep 17 00:00:00 2001
From: Alwin Joseph <44426046+alwin-joseph@users.noreply.github.com>
Date: Thu, 2 Jun 2022 13:53:11 +0530
Subject: [PATCH 1/6] Initial change to migrate authentication tck from
Platform TCK
---
tck/old-tck/build/pom.xml | 146 +
tck/old-tck/pom.xml | 44 +
tck/old-tck/run/pom.xml | 339 ++
tck/old-tck/source/.gitignore | 2 +
tck/old-tck/source/bin/coverage-build.xml | 664 +++
.../source/bin/xml/impl/glassfish/common.xml | 1638 +++++++
.../bin/xml/impl/glassfish/config.vi.xml | 240 +
.../bin/xml/impl/glassfish/connector.xml | 573 +++
.../source/bin/xml/impl/glassfish/deploy.xml | 604 +++
.../bin/xml/impl/glassfish/install_sjsas.xml | 1076 +++++
.../source/bin/xml/impl/glassfish/jersey.xml | 131 +
.../source/bin/xml/impl/glassfish/s1as.xml | 1419 ++++++
.../glassfish/templates/password.template | 18 +
.../glassfish/templates/statefile.template.ee | 39 +
.../source/bin/xml/impl/none/deploy.xml | 38 +
.../source/bin/xml/impl/tomcat/deploy.xml | 309 ++
tck/old-tck/source/bin/xml/other/unix.sh | 42 +
tck/old-tck/source/bin/xml/other/windows.bat | 31 +
tck/old-tck/source/bin/xml/ts.clientjar.xml | 176 +
.../source/bin/xml/ts.common.props.xml | 488 ++
tck/old-tck/source/bin/xml/ts.common.xml | 1293 +++++
tck/old-tck/source/bin/xml/ts.ear.xml | 341 ++
tck/old-tck/source/bin/xml/ts.ejbjar.xml | 162 +
tck/old-tck/source/bin/xml/ts.import.xml | 792 ++++
.../source/bin/xml/ts.nonleafimport.xml | 314 ++
tck/old-tck/source/bin/xml/ts.par.xml | 313 ++
tck/old-tck/source/bin/xml/ts.rar.xml | 171 +
tck/old-tck/source/bin/xml/ts.top.import.xml | 1081 +++++
tck/old-tck/source/bin/xml/ts.vehicles.xml | 1473 ++++++
tck/old-tck/source/bin/xml/ts.war.xml | 184 +
tck/old-tck/source/docker/build_oldtck.sh | 85 +
tck/old-tck/source/docker/pom.getlibs.xml | 186 +
tck/old-tck/source/docker/pom.getmodules.xml | 110 +
tck/old-tck/source/install/common/build.xml | 64 +
tck/old-tck/source/install/jaspic/LICENSE.md | 637 +++
.../source/install/jaspic/bin/build.xml | 384 ++
.../install/jaspic/bin/certificates/README | 14 +
.../jaspic/bin/certificates/clientcert.jks | Bin 0 -> 2257 bytes
.../jaspic/bin/certificates/clientcert.p12 | Bin 0 -> 1615 bytes
.../install/jaspic/bin/certificates/cts_cert | Bin 0 -> 909 bytes
.../install/jaspic/bin/client_policy.append | 33 +
.../install/jaspic/bin/coverage-build.xml | 330 ++
.../source/install/jaspic/bin/harness.policy | 4 +
.../source/install/jaspic/bin/java.policy | 80 +
.../install/jaspic/bin/logging.properties | 18 +
.../source/install/jaspic/bin/login.config | 10 +
.../source/install/jaspic/bin/password.txt | 3 +
.../install/jaspic/bin/server_policy.append | 65 +
.../install/jaspic/bin/sig-test-pkg-list.txt | 28 +
.../source/install/jaspic/bin/sig-test.map | 57 +
.../install/jaspic/bin/ts.java.security | 37 +
tck/old-tck/source/install/jaspic/bin/ts.jte | 947 ++++
tck/old-tck/source/install/jaspic/bin/ts.jtx | 19 +
.../bin/xml/impl/glassfish/config.vi.xml | 240 +
.../templates/asadmin.bat.concat.template | 1 +
.../glassfish/templates/password.template | 3 +
.../glassfish/templates/sun-acc.xml.template | 53 +
.../jaspic/bin/xml/verifier-results.xsl | 165 +
.../docs/ReleaseNotes-authentication-2.0.html | 148 +
.../assertions/JASPICJavadocAssertions.html | 1569 ++++++
.../docs/assertions/JASPICSpecAssertions.html | 4203 +++++++++++++++++
.../source/install/jaspic/docs/index.html | 69 +
.../source/install/jaspic/other/testsuite.jtt | 18 +
.../install/jaspic/other/vehicle.properties | 51 +
.../internal/docs/dtd/javadoc_assertions.dtd | 137 +
.../internal/docs/dtd/spec_assertions.dtd | 274 ++
.../docs/jaspic/JASPICJavadocAssertions.xml | 1436 ++++++
.../docs/jaspic/JASPICSpecAssertions.xml | 3483 ++++++++++++++
.../source/internal/docs/jaspic/TCD.txt | 84 +
.../source/internal/docs/jaspic/index.html | 128 +
.../internal/docs/jaspic/tck_properties.txt | 152 +
.../internal/docs/javadoc_assertions.dtd | 137 +
.../source/internal/docs/spec_assertions.dtd | 274 ++
tck/old-tck/source/lib/ant-contrib-1.0b3.jar | Bin 0 -> 223922 bytes
tck/old-tck/source/lib/ant_sun.jar | Bin 0 -> 217390 bytes
tck/old-tck/source/lib/apiCheck.jar | Bin 0 -> 157752 bytes
tck/old-tck/source/lib/dtds/web-app_2_2.dtd | 602 +++
tck/old-tck/source/lib/dtds/web-app_2_3.dtd | 1004 ++++
tck/old-tck/source/lib/gf-196-hookv3.jar | Bin 0 -> 1001 bytes
tck/old-tck/source/lib/httpclient-4.5.5.jar | Bin 0 -> 767345 bytes
tck/old-tck/source/lib/javatest.jar | Bin 0 -> 4561286 bytes
tck/old-tck/source/lib/schemas/j2ee_1_4.xsd | 1616 +++++++
.../schemas/j2ee_web_services_client_1_1.xsd | 353 ++
tck/old-tck/source/pom.xml | 507 ++
.../source/release/tools/build-utils.xml | 566 +++
tck/old-tck/source/release/tools/build.xml | 887 ++++
tck/old-tck/source/release/tools/common.xml | 147 +
tck/old-tck/source/release/tools/jaspic.xml | 245 +
.../source/src/com/sun/ts/lib/build.xml | 108 +
.../lib/deliverable/AbstractDeliverable.java | 77 +
.../deliverable/AbstractPropertyManager.java | 342 ++
.../lib/deliverable/DeliverableFactory.java | 65 +
.../lib/deliverable/DeliverableInterface.java | 129 +
.../deliverable/PropertyManagerInterface.java | 78 +
.../deliverable/PropertyNotSetException.java | 23 +
.../lib/deliverable/cts/CTSDeliverable.java | 216 +
.../deliverable/cts/CTSPropertyManager.java | 384 ++
.../deliverable/jaspic/JaspicDeliverable.java | 93 +
.../jaspic/JaspicJakartaEEDeliverable.java | 88 +
.../JaspicJakartaEEPropertyManager.java | 184 +
.../jaspic/JaspicPropertyManager.java | 156 +
.../lib/deliverable/tck/TCKDeliverable.java | 69 +
.../deliverable/tck/TCKPropertyManager.java | 91 +
.../com/sun/ts/lib/harness/CleanupMethod.java | 31 +
.../sun/ts/lib/harness/CommonAppVerifier.java | 247 +
.../src/com/sun/ts/lib/harness/EETest.java | 967 ++++
.../ts/lib/harness/ExcludeListProcessor.java | 63 +
.../com/sun/ts/lib/harness/ExecTSTestCmd.java | 100 +
.../lib/harness/ExecuteTSTestSameJVMCmd.java | 134 +
.../com/sun/ts/lib/harness/ExecutionMode.java | 80 +
.../sun/ts/lib/harness/JCKServiceEETest.java | 31 +
.../com/sun/ts/lib/harness/ProfileHelper.java | 218 +
.../ts/lib/harness/RebuildableVerifier.java | 115 +
.../com/sun/ts/lib/harness/RemoteStatus.java | 40 +
.../com/sun/ts/lib/harness/ServiceEETest.java | 288 ++
.../com/sun/ts/lib/harness/SetupMethod.java | 31 +
.../sun/ts/lib/harness/SuiteSynchronizer.java | 1343 ++++++
.../source/src/com/sun/ts/lib/harness/TS.java | 196 +
.../sun/ts/lib/harness/TSHTMLTestFinder.java | 79 +
.../sun/ts/lib/harness/TSHarnessObserver.java | 506 ++
.../com/sun/ts/lib/harness/TSKeywords.java | 83 +
.../lib/harness/TSRuntimeConfiguration.java | 515 ++
.../src/com/sun/ts/lib/harness/TSScript.java | 819 ++++
.../com/sun/ts/lib/harness/TSTestFinder.java | 655 +++
.../sun/ts/lib/harness/TestRunException.java | 39 +
.../sun/ts/lib/harness/VehicleVerifier.java | 150 +
.../ts/lib/harness/commonarchives.properties | 183 +
.../com/sun/ts/lib/harness/finder.properties | 34 +
.../com/sun/ts/lib/harness/keyword.properties | 587 +++
.../sun/ts/lib/harness/rebuildable.properties | 56 +
.../implementation/sun/common/SunRIURL.java | 93 +
.../javaee/runtime/SunRIDeploymentInfo.java | 421 ++
.../sun/javaee/runtime/app/CallProperty.java | 86 +
.../runtime/app/DefaultResourcePrincipal.java | 86 +
.../sun/javaee/runtime/app/EjbRef.java | 86 +
.../sun/javaee/runtime/app/GroupName.java | 58 +
.../sun/javaee/runtime/app/JavaMethod.java | 85 +
.../sun/javaee/runtime/app/Message.java | 71 +
.../runtime/app/MessageDestination.java | 86 +
.../runtime/app/MessageDestinationRef.java | 86 +
.../javaee/runtime/app/MessageSecurity.java | 120 +
.../runtime/app/MessageSecurityBinding.java | 124 +
.../sun/javaee/runtime/app/MethodParam.java | 59 +
.../sun/javaee/runtime/app/MethodParams.java | 66 +
.../sun/javaee/runtime/app/ObjectFactory.java | 247 +
.../sun/javaee/runtime/app/OperationName.java | 58 +
.../sun/javaee/runtime/app/PortInfo.java | 179 +
.../sun/javaee/runtime/app/PrincipalName.java | 88 +
.../javaee/runtime/app/RequestProtection.java | 87 +
.../javaee/runtime/app/ResourceEnvRef.java | 86 +
.../sun/javaee/runtime/app/ResourceRef.java | 113 +
.../runtime/app/ResponseProtection.java | 87 +
.../runtime/app/SecurityRoleMapping.java | 98 +
.../sun/javaee/runtime/app/ServiceQname.java | 86 +
.../sun/javaee/runtime/app/ServiceRef.java | 206 +
.../sun/javaee/runtime/app/StubProperty.java | 86 +
.../javaee/runtime/app/SunApplication.java | 422 ++
.../sun/javaee/runtime/app/Web.java | 86 +
.../sun/javaee/runtime/app/WsdlPort.java | 86 +
.../runtime/appclient/CallProperty.java | 86 +
.../appclient/DefaultResourcePrincipal.java | 86 +
.../sun/javaee/runtime/appclient/EjbRef.java | 86 +
.../javaee/runtime/appclient/JavaMethod.java | 85 +
.../runtime/appclient/JavaWebStartAccess.java | 138 +
.../sun/javaee/runtime/appclient/JnlpDoc.java | 60 +
.../sun/javaee/runtime/appclient/Message.java | 71 +
.../runtime/appclient/MessageDestination.java | 86 +
.../appclient/MessageDestinationRef.java | 86 +
.../runtime/appclient/MessageSecurity.java | 120 +
.../appclient/MessageSecurityBinding.java | 124 +
.../javaee/runtime/appclient/MethodParam.java | 59 +
.../runtime/appclient/MethodParams.java | 66 +
.../runtime/appclient/ObjectFactory.java | 231 +
.../runtime/appclient/OperationName.java | 58 +
.../javaee/runtime/appclient/PortInfo.java | 179 +
.../runtime/appclient/RequestProtection.java | 87 +
.../runtime/appclient/ResourceEnvRef.java | 86 +
.../javaee/runtime/appclient/ResourceRef.java | 113 +
.../runtime/appclient/ResponseProtection.java | 87 +
.../runtime/appclient/ServiceQname.java | 86 +
.../javaee/runtime/appclient/ServiceRef.java | 206 +
.../runtime/appclient/StubProperty.java | 86 +
.../appclient/SunApplicationClient.java | 253 +
.../javaee/runtime/appclient/WsdlPort.java | 86 +
.../javaee/runtime/ejb/ActivationConfig.java | 92 +
.../runtime/ejb/ActivationConfigProperty.java | 86 +
.../sun/javaee/runtime/ejb/AsContext.java | 113 +
.../sun/javaee/runtime/ejb/BeanCache.java | 194 +
.../sun/javaee/runtime/ejb/BeanPool.java | 167 +
.../sun/javaee/runtime/ejb/CallProperty.java | 86 +
.../runtime/ejb/CheckpointAtEndOfMethod.java | 66 +
.../sun/javaee/runtime/ejb/Cmp.java | 140 +
.../sun/javaee/runtime/ejb/CmpResource.java | 227 +
.../runtime/ejb/DefaultResourcePrincipal.java | 86 +
.../sun/javaee/runtime/ejb/Ejb.java | 821 ++++
.../sun/javaee/runtime/ejb/EjbRef.java | 86 +
.../javaee/runtime/ejb/EnterpriseBeans.java | 236 +
.../sun/javaee/runtime/ejb/Finder.java | 167 +
.../runtime/ejb/FlushAtEndOfMethod.java | 66 +
.../sun/javaee/runtime/ejb/GenClasses.java | 140 +
.../sun/javaee/runtime/ejb/GroupName.java | 58 +
.../javaee/runtime/ejb/IorSecurityConfig.java | 113 +
.../sun/javaee/runtime/ejb/JavaMethod.java | 85 +
.../sun/javaee/runtime/ejb/LoginConfig.java | 84 +
.../runtime/ejb/MdbConnectionFactory.java | 86 +
.../runtime/ejb/MdbResourceAdapter.java | 86 +
.../sun/javaee/runtime/ejb/Message.java | 71 +
.../runtime/ejb/MessageDestination.java | 86 +
.../runtime/ejb/MessageDestinationRef.java | 86 +
.../javaee/runtime/ejb/MessageSecurity.java | 120 +
.../runtime/ejb/MessageSecurityBinding.java | 123 +
.../sun/javaee/runtime/ejb/Method.java | 166 +
.../sun/javaee/runtime/ejb/MethodParam.java | 59 +
.../sun/javaee/runtime/ejb/MethodParams.java | 66 +
.../sun/javaee/runtime/ejb/ObjectFactory.java | 487 ++
.../sun/javaee/runtime/ejb/OneOneFinders.java | 66 +
.../sun/javaee/runtime/ejb/OperationName.java | 58 +
.../sun/javaee/runtime/ejb/PmDescriptor.java | 167 +
.../sun/javaee/runtime/ejb/PmDescriptors.java | 93 +
.../sun/javaee/runtime/ejb/PmInuse.java | 86 +
.../sun/javaee/runtime/ejb/PortInfo.java | 179 +
.../javaee/runtime/ejb/PrefetchDisabled.java | 66 +
.../sun/javaee/runtime/ejb/Principal.java | 59 +
.../sun/javaee/runtime/ejb/PrincipalName.java | 88 +
.../sun/javaee/runtime/ejb/Property.java | 86 +
.../sun/javaee/runtime/ejb/QueryMethod.java | 86 +
.../javaee/runtime/ejb/RequestProtection.java | 87 +
.../javaee/runtime/ejb/ResourceEnvRef.java | 86 +
.../sun/javaee/runtime/ejb/ResourceRef.java | 113 +
.../runtime/ejb/ResponseProtection.java | 87 +
.../sun/javaee/runtime/ejb/SasContext.java | 59 +
.../ejb/SchemaGeneratorProperties.java | 64 +
.../runtime/ejb/SecurityRoleMapping.java | 98 +
.../sun/javaee/runtime/ejb/ServiceQname.java | 86 +
.../sun/javaee/runtime/ejb/ServiceRef.java | 206 +
.../sun/javaee/runtime/ejb/StubProperty.java | 86 +
.../sun/javaee/runtime/ejb/SunEjbJar.java | 93 +
.../javaee/runtime/ejb/TransportConfig.java | 140 +
.../runtime/ejb/WebserviceDescription.java | 86 +
.../runtime/ejb/WebserviceEndpoint.java | 260 +
.../sun/javaee/runtime/ejb/WsdlPort.java | 86 +
.../sun/javaee/runtime/jaxb-cust.xml | 22 +
.../sun/javaee/runtime/web/Cache.java | 253 +
.../sun/javaee/runtime/web/CacheHelper.java | 121 +
.../javaee/runtime/web/CacheHelperRef.java | 58 +
.../sun/javaee/runtime/web/CacheMapping.java | 117 +
.../sun/javaee/runtime/web/CallProperty.java | 86 +
.../sun/javaee/runtime/web/ClassLoader.java | 153 +
.../javaee/runtime/web/ConstraintField.java | 189 +
.../runtime/web/ConstraintFieldValue.java | 155 +
.../javaee/runtime/web/CookieProperties.java | 64 +
.../sun/javaee/runtime/web/DefaultHelper.java | 64 +
.../runtime/web/DefaultResourcePrincipal.java | 86 +
.../sun/javaee/runtime/web/Dispatcher.java | 58 +
.../sun/javaee/runtime/web/EjbRef.java | 86 +
.../sun/javaee/runtime/web/GroupName.java | 58 +
.../sun/javaee/runtime/web/HttpMethod.java | 58 +
.../runtime/web/IdempotentUrlPattern.java | 91 +
.../sun/javaee/runtime/web/JavaMethod.java | 85 +
.../sun/javaee/runtime/web/JspConfig.java | 64 +
.../sun/javaee/runtime/web/KeyField.java | 91 +
.../javaee/runtime/web/LocaleCharsetInfo.java | 123 +
.../javaee/runtime/web/LocaleCharsetMap.java | 141 +
.../sun/javaee/runtime/web/LoginConfig.java | 58 +
.../javaee/runtime/web/ManagerProperties.java | 64 +
.../sun/javaee/runtime/web/Message.java | 71 +
.../runtime/web/MessageDestination.java | 86 +
.../runtime/web/MessageDestinationRef.java | 86 +
.../javaee/runtime/web/MessageSecurity.java | 120 +
.../runtime/web/MessageSecurityBinding.java | 123 +
.../sun/javaee/runtime/web/MethodParam.java | 59 +
.../sun/javaee/runtime/web/MethodParams.java | 66 +
.../sun/javaee/runtime/web/ObjectFactory.java | 495 ++
.../sun/javaee/runtime/web/OperationName.java | 58 +
.../javaee/runtime/web/ParameterEncoding.java | 87 +
.../sun/javaee/runtime/web/PortInfo.java | 179 +
.../sun/javaee/runtime/web/PrincipalName.java | 88 +
.../sun/javaee/runtime/web/Property.java | 114 +
.../sun/javaee/runtime/web/RefreshField.java | 91 +
.../javaee/runtime/web/RequestProtection.java | 87 +
.../javaee/runtime/web/ResourceEnvRef.java | 86 +
.../sun/javaee/runtime/web/ResourceRef.java | 113 +
.../runtime/web/ResponseProtection.java | 87 +
.../runtime/web/SecurityRoleMapping.java | 98 +
.../sun/javaee/runtime/web/ServiceQname.java | 86 +
.../sun/javaee/runtime/web/ServiceRef.java | 206 +
.../sun/javaee/runtime/web/Servlet.java | 120 +
.../sun/javaee/runtime/web/ServletName.java | 58 +
.../sun/javaee/runtime/web/SessionConfig.java | 113 +
.../javaee/runtime/web/SessionManager.java | 120 +
.../javaee/runtime/web/SessionProperties.java | 64 +
.../javaee/runtime/web/StoreProperties.java | 64 +
.../sun/javaee/runtime/web/StubProperty.java | 86 +
.../sun/javaee/runtime/web/SunWebApp.java | 664 +++
.../sun/javaee/runtime/web/Timeout.java | 120 +
.../sun/javaee/runtime/web/UrlPattern.java | 58 +
.../sun/javaee/runtime/web/Valve.java | 147 +
.../runtime/web/WebserviceDescription.java | 86 +
.../runtime/web/WebserviceEndpoint.java | 260 +
.../sun/javaee/runtime/web/WsdlPort.java | 86 +
.../lib/javatest/TSEnvironmentInterview.java | 390 ++
.../lib/javatest/TSExcludeListInterview.java | 510 ++
.../ts/lib/javatest/TSLegacyParameters.java | 224 +
.../sun/ts/lib/javatest/TSTestsInterview.java | 286 ++
.../src/com/sun/ts/lib/javatest/build.xml | 31 +
.../com/sun/ts/lib/javatest/i18n.properties | 114 +
.../sun/ts/lib/porting/DeploymentInfo.java | 150 +
.../source/src/com/sun/ts/lib/porting/README | 58 +
.../com/sun/ts/lib/porting/TSDeployment.java | 73 +
.../ts/lib/porting/TSDeploymentException.java | 35 +
.../ts/lib/porting/TSDeploymentInterface.java | 174 +
.../ts/lib/porting/TSHttpsURLConnection.java | 185 +
.../TSHttpsURLConnectionInterface.java | 132 +
.../com/sun/ts/lib/porting/TSJMSAdmin.java | 502 ++
.../ts/lib/porting/TSJMSAdminException.java | 38 +
.../ts/lib/porting/TSJMSAdminInterface.java | 183 +
.../com/sun/ts/lib/porting/TSJMSObjects.java | 63 +
.../ts/lib/porting/TSJMSObjectsInterface.java | 64 +
.../sun/ts/lib/porting/TSLoginContext.java | 120 +
.../lib/porting/TSLoginContextInterface.java | 67 +
.../src/com/sun/ts/lib/porting/TSURL.java | 127 +
.../sun/ts/lib/porting/TSURLInterface.java | 78 +
.../src/com/sun/ts/lib/porting/build.xml | 68 +
.../com/sun/ts/lib/util/AssertionMapper.java | 553 +++
.../com/sun/ts/lib/util/BASE64Decoder.java | 155 +
.../com/sun/ts/lib/util/BASE64Encoder.java | 102 +
.../sun/ts/lib/util/CEFormatException.java | 25 +
.../sun/ts/lib/util/CEStreamExhausted.java | 23 +
.../com/sun/ts/lib/util/CharacterDecoder.java | 223 +
.../com/sun/ts/lib/util/CharacterEncoder.java | 340 ++
.../src/com/sun/ts/lib/util/ConfigUtil.java | 103 +
.../src/com/sun/ts/lib/util/DoubleConsts.java | 106 +
.../src/com/sun/ts/lib/util/FloatConsts.java | 104 +
.../src/com/sun/ts/lib/util/FpUtils.java | 1166 +++++
.../lib/util/RemoteLoggingInitException.java | 47 +
.../com/sun/ts/lib/util/SigLogAdapter.java | 88 +
.../src/com/sun/ts/lib/util/SigLogIntf.java | 52 +
.../com/sun/ts/lib/util/TSNamingContext.java | 73 +
.../ts/lib/util/TSNamingContextInterface.java | 34 +
.../com/sun/ts/lib/util/TSXADataSource.java | 224 +
.../src/com/sun/ts/lib/util/TestUtil.java | 1148 +++++
.../src/com/sun/ts/lib/util/WebUtil.java | 319 ++
.../ts/lib/util/sec/misc/ExtensionInfo.java | 404 ++
.../misc/ExtensionInstallationException.java | 34 +
.../misc/ExtensionInstallationProvider.java | 46 +
.../ts/lib/util/sec/misc/FileURLMapper.java | 67 +
.../sec/misc/InvalidJarIndexException.java | 48 +
.../sun/ts/lib/util/sec/misc/JarIndex.java | 306 ++
.../ts/lib/util/sec/misc/JavaIOAccess.java | 28 +
.../sec/misc/JavaIODeleteOnExitAccess.java | 21 +
.../sec/misc/JavaIOFileDescriptorAccess.java | 29 +
.../ts/lib/util/sec/misc/JavaLangAccess.java | 48 +
.../ts/lib/util/sec/misc/JavaNetAccess.java | 26 +
.../lib/util/sec/misc/JavaSecurityAccess.java | 30 +
.../JavaSecurityProtectionDomainAccess.java | 33 +
.../lib/util/sec/misc/JavaUtilJarAccess.java | 24 +
.../sun/ts/lib/util/sec/misc/Launcher.java | 450 ++
.../sun/ts/lib/util/sec/misc/MetaIndex.java | 265 ++
.../sun/ts/lib/util/sec/misc/Resource.java | 180 +
.../ts/lib/util/sec/misc/SharedSecrets.java | 142 +
.../ts/lib/util/sec/misc/URLClassPath.java | 1048 ++++
.../com/sun/ts/lib/util/sec/misc/Unsafe.java | 889 ++++
.../ts/lib/util/sec/net/www/ParseUtil.java | 653 +++
.../sun/ts/lib/util/sec/nio/ByteBuffered.java | 52 +
.../ts/lib/util/sec/nio/ch/Interruptible.java | 23 +
.../util/sec/nio/cs/ThreadLocalCoders.java | 129 +
.../ts/lib/util/sec/reflect/ConstantPool.java | 130 +
.../ts/lib/util/sec/reflect/Reflection.java | 309 ++
.../reflect/annotation/AnnotationType.java | 202 +
.../security/action/GetPropertyAction.java | 85 +
.../security/auth/PrincipalComparator.java | 54 +
.../security/provider/IdentityDatabase.java | 410 ++
.../sec/security/provider/PolicyFile.java | 2407 ++++++++++
.../sec/security/provider/PolicyParser.java | 1157 +++++
.../sec/security/provider/SystemIdentity.java | 96 +
.../sec/security/provider/SystemSigner.java | 108 +
.../ts/lib/util/sec/security/util/Debug.java | 274 ++
.../lib/util/sec/security/util/Password.java | 141 +
.../util/sec/security/util/PolicyUtil.java | 160 +
.../sec/security/util/PropertyExpander.java | 127 +
.../util/sec/security/util/ResourcesMgr.java | 61 +
.../sec/security/util/SecurityConstants.java | 196 +
.../source/src/com/sun/ts/tests/build.xml | 21 +
.../common/vehicle/EmptyVehicleRunner.java | 55 +
.../tests/common/vehicle/VehicleClient.java | 55 +
.../tests/common/vehicle/VehicleRunnable.java | 29 +
.../common/vehicle/VehicleRunnerFactory.java | 385 ++
.../com/sun/ts/tests/common/vehicle/build.xml | 22 +
.../customvehicle/CustomVehicleRunner.java | 53 +
.../common/vehicle/customvehicle/build.xml | 24 +
.../jaspicservlet/JaspicServletVehicle.java | 127 +
.../JaspicServletVehicleRunner.java | 35 +
.../jaspicservlet/JaspicVehicleRunner.java | 159 +
.../common/vehicle/jaspicservlet/build.xml | 24 +
.../jaspicservlet_vehicle_web.xml | 33 +
.../tests/common/vehicle/standalone/build.xml | 22 +
.../common/vehicle/web/WebVehicleRunner.java | 188 +
.../common/vehicle/web/web_vehicle_web.xml | 39 +
.../src/com/sun/ts/tests/jaspic/build.xml | 22 +
...AuthExceptionHello.ear.sun-application.xml | 27 +
.../authexception/AuthExceptionHelloImpl.java | 30 +
.../AuthExceptionHelloService.wsdl | 39 +
.../AuthExceptionHelloService_schema1.xsd | 20 +
.../spi/authstatus/authexception/Client.java | 202 +
.../spi/authstatus/authexception/build.xml | 123 +
.../authexception/jakartaEE.web.xml | 42 +
.../ts/tests/jaspic/spi/authstatus/build.xml | 22 +
.../jaspic/spi/authstatus/failure/Client.java | 212 +
.../FailureHello.ear.sun-application.xml | 27 +
.../authstatus/failure/FailureHelloImpl.java | 30 +
.../failure/FailureHelloService.wsdl | 39 +
.../failure/FailureHelloService_schema1.xsd | 20 +
.../jaspic/spi/authstatus/failure/build.xml | 143 +
.../spi/authstatus/failure/jakartaEE.web.xml | 42 +
.../spi/authstatus/sendfailure/Client.java | 204 +
.../SendFailureHello.ear.sun-application.xml | 27 +
.../sendfailure/SendFailureHelloImpl.java | 30 +
.../sendfailure/SendFailureHelloService.wsdl | 39 +
.../SendFailureHelloService_schema1.xsd | 20 +
.../spi/authstatus/sendfailure/build.xml | 123 +
.../authstatus/sendfailure/jakartaEE.web.xml | 42 +
.../spi/authstatus/sendsuccess/Client.java | 171 +
.../SendSuccessHello.ear.sun-application.xml | 27 +
.../sendsuccess/SendSuccessHelloImpl.java | 30 +
.../sendsuccess/SendSuccessHelloService.wsdl | 39 +
.../SendSuccessHelloService_schema1.xsd | 20 +
.../spi/authstatus/sendsuccess/build.xml | 123 +
.../authstatus/sendsuccess/jakartaEE.web.xml | 42 +
.../ts/tests/jaspic/spi/baseline/Client.java | 288 ++
.../ts/tests/jaspic/spi/baseline/build.xml | 43 +
.../spi/baseline/servlet_vehicle_web.xml | 34 +
...seline_servlet_vehicle_web.war.sun-web.xml | 35 +
.../src/com/sun/ts/tests/jaspic/spi/build.xml | 22 +
.../tests/jaspic/spi/common/CommonTests.java | 1572 ++++++
.../tests/jaspic/spi/common/CommonUtils.java | 292 ++
.../sun/ts/tests/jaspic/spi/common/build.xml | 23 +
.../jaspic/spi/servlet/ACFTestServlet.java | 689 +++
.../spi/servlet/AnotherMandatoryAuthen.java | 88 +
.../servlet/AuthStatusMandatorySuccess.java | 217 +
.../ts/tests/jaspic/spi/servlet/Client.java | 3734 +++++++++++++++
.../jaspic/spi/servlet/ModTestServlet.java | 493 ++
.../jaspic/spi/servlet/OpenToAllServlet.java | 205 +
.../jaspic/spi/servlet/OptionalAuthen.java | 65 +
.../jaspic/spi/servlet/WrapperServlet.java | 229 +
.../sun/ts/tests/jaspic/spi/servlet/build.xml | 92 +
.../ts/tests/jaspic/spi/servlet/client.html | 30 +
.../spitests_servlet_web.war.sun-web.xml | 36 +
.../spi/servlet/spitests_servlet_web.xml | 28 +
.../sun/ts/tests/jaspic/spi/soap/Client.java | 1929 ++++++++
.../spi/soap/Hello.ear.sun-application.xml | 27 +
.../ts/tests/jaspic/spi/soap/HelloImpl.java | 31 +
.../tests/jaspic/spi/soap/HelloService.wsdl | 39 +
.../jaspic/spi/soap/HelloService_schema1.xsd | 20 +
.../sun/ts/tests/jaspic/spi/soap/build.xml | 120 +
.../tests/jaspic/spi/soap/jakartaEE.web.xml | 42 +
.../com/sun/ts/tests/jaspic/tssv/build.xml | 22 +
.../tssv/config/ProviderConfiguration.xml | 64 +
.../tssv/config/SOAPTSServerAuthConfig.java | 148 +
.../tssv/config/TSAuthConfigFactory.java | 733 +++
.../TSAuthConfigFactoryForStandalone.java | 743 +++
.../tssv/config/TSAuthConfigProvider.java | 275 ++
.../config/TSAuthConfigProviderServlet.java | 256 +
.../TSAuthConfigProviderStandalone.java | 303 ++
.../tssv/config/TSClientAuthConfig.java | 304 ++
.../tssv/config/TSClientAuthContext.java | 275 ++
.../tssv/config/TSRegistrationListener.java | 127 +
.../tssv/config/TSServerAuthConfig.java | 481 ++
.../tssv/config/TSServerAuthContext.java | 674 +++
.../tssv/config/provider-configuration.xsd | 95 +
.../sun/ts/tests/jaspic/tssv/module/build.xml | 22 +
.../module/servlet/TSClientAuthModule.java | 281 ++
.../tssv/module/servlet/TSRequestWrapper.java | 148 +
.../module/servlet/TSResponseWrapper.java | 55 +
.../module/servlet/TSServerAuthModule.java | 871 ++++
.../module/servlet/TSServletWrapperSAM.java | 402 ++
.../soap/TSAuthExceptionClientAuthModule.java | 285 ++
.../soap/TSAuthExceptionServerAuthModule.java | 275 ++
.../tssv/module/soap/TSClientAuthModule.java | 399 ++
.../soap/TSFailureClientAuthModule.java | 320 ++
.../soap/TSFailureServerAuthModule.java | 276 ++
.../soap/TSSendFailureClientAuthModule.java | 309 ++
.../soap/TSSendFailureServerAuthModule.java | 338 ++
.../soap/TSSendSuccessClientAuthModule.java | 273 ++
.../soap/TSSendSuccessServerAuthModule.java | 276 ++
.../tssv/module/soap/TSServerAuthModule.java | 365 ++
.../tssv/util/AuthDataCallbackHandler.java | 63 +
.../tssv/util/ClientCallbackSupport.java | 131 +
.../tssv/util/CommonCallbackSupport.java | 197 +
.../sun/ts/tests/jaspic/tssv/util/IdUtil.java | 118 +
.../ts/tests/jaspic/tssv/util/JASPICData.java | 77 +
.../tssv/util/ProviderConfigurationEntry.java | 159 +
...ProviderConfigurationXMLFileProcessor.java | 771 +++
.../tssv/util/ServerCallbackSupport.java | 552 +++
.../jaspic/tssv/util/SimplePrincipal.java | 65 +
.../jaspic/tssv/util/SimulateRuntime.java | 190 +
.../tests/jaspic/tssv/util/TSFileHandler.java | 281 ++
.../ts/tests/jaspic/tssv/util/TSLogger.java | 120 +
.../jaspic/tssv/util/TSSOAPMessageInfo.java | 62 +
.../jaspic/tssv/util/TSXMLFormatter.java | 88 +
.../sun/ts/tests/jaspic/tssv/util/build.xml | 37 +
.../sun/ts/tests/jaspic/util/FetchLogs.java | 704 +++
.../tests/jaspic/util/LogFileProcessor.java | 662 +++
.../ts/tests/jaspic/util/LogProcessor.java | 607 +++
.../ts/tests/jaspic/util/LogRecordEntry.java | 147 +
.../ts/tests/jaspic/util/WebServiceUtils.java | 66 +
.../com/sun/ts/tests/jaspic/util/build.xml | 35 +
.../ts/tests/jaspic/util/jaspic_util_web.xml | 30 +
.../ts/tests/jaxws/common/xml/common.jdk9.xml | 1767 +++++++
.../sun/ts/tests/jaxws/common/xml/common.xml | 1752 +++++++
.../tests/jaxws/common/xml/jakartaEE.tokens | 2 +
.../tests/jaxws/common/xml/standalone.tokens | 1 +
tck/old-tck/source/src/testsuite.jtd | Bin 0 -> 24977 bytes
tck/old-tck/source/src/testsuite.jtt | 18 +
tck/old-tck/source/src/vehicle.properties | 51 +
514 files changed, 117115 insertions(+)
create mode 100644 tck/old-tck/build/pom.xml
create mode 100644 tck/old-tck/pom.xml
create mode 100644 tck/old-tck/run/pom.xml
create mode 100644 tck/old-tck/source/.gitignore
create mode 100644 tck/old-tck/source/bin/coverage-build.xml
create mode 100644 tck/old-tck/source/bin/xml/impl/glassfish/common.xml
create mode 100755 tck/old-tck/source/bin/xml/impl/glassfish/config.vi.xml
create mode 100755 tck/old-tck/source/bin/xml/impl/glassfish/connector.xml
create mode 100755 tck/old-tck/source/bin/xml/impl/glassfish/deploy.xml
create mode 100644 tck/old-tck/source/bin/xml/impl/glassfish/install_sjsas.xml
create mode 100644 tck/old-tck/source/bin/xml/impl/glassfish/jersey.xml
create mode 100644 tck/old-tck/source/bin/xml/impl/glassfish/s1as.xml
create mode 100644 tck/old-tck/source/bin/xml/impl/glassfish/templates/password.template
create mode 100644 tck/old-tck/source/bin/xml/impl/glassfish/templates/statefile.template.ee
create mode 100644 tck/old-tck/source/bin/xml/impl/none/deploy.xml
create mode 100644 tck/old-tck/source/bin/xml/impl/tomcat/deploy.xml
create mode 100755 tck/old-tck/source/bin/xml/other/unix.sh
create mode 100755 tck/old-tck/source/bin/xml/other/windows.bat
create mode 100644 tck/old-tck/source/bin/xml/ts.clientjar.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.common.props.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.common.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.ear.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.ejbjar.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.import.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.nonleafimport.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.par.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.rar.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.top.import.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.vehicles.xml
create mode 100644 tck/old-tck/source/bin/xml/ts.war.xml
create mode 100755 tck/old-tck/source/docker/build_oldtck.sh
create mode 100644 tck/old-tck/source/docker/pom.getlibs.xml
create mode 100644 tck/old-tck/source/docker/pom.getmodules.xml
create mode 100644 tck/old-tck/source/install/common/build.xml
create mode 100644 tck/old-tck/source/install/jaspic/LICENSE.md
create mode 100755 tck/old-tck/source/install/jaspic/bin/build.xml
create mode 100644 tck/old-tck/source/install/jaspic/bin/certificates/README
create mode 100644 tck/old-tck/source/install/jaspic/bin/certificates/clientcert.jks
create mode 100644 tck/old-tck/source/install/jaspic/bin/certificates/clientcert.p12
create mode 100644 tck/old-tck/source/install/jaspic/bin/certificates/cts_cert
create mode 100755 tck/old-tck/source/install/jaspic/bin/client_policy.append
create mode 100755 tck/old-tck/source/install/jaspic/bin/coverage-build.xml
create mode 100755 tck/old-tck/source/install/jaspic/bin/harness.policy
create mode 100755 tck/old-tck/source/install/jaspic/bin/java.policy
create mode 100644 tck/old-tck/source/install/jaspic/bin/logging.properties
create mode 100755 tck/old-tck/source/install/jaspic/bin/login.config
create mode 100644 tck/old-tck/source/install/jaspic/bin/password.txt
create mode 100755 tck/old-tck/source/install/jaspic/bin/server_policy.append
create mode 100755 tck/old-tck/source/install/jaspic/bin/sig-test-pkg-list.txt
create mode 100755 tck/old-tck/source/install/jaspic/bin/sig-test.map
create mode 100644 tck/old-tck/source/install/jaspic/bin/ts.java.security
create mode 100755 tck/old-tck/source/install/jaspic/bin/ts.jte
create mode 100755 tck/old-tck/source/install/jaspic/bin/ts.jtx
create mode 100755 tck/old-tck/source/install/jaspic/bin/xml/impl/glassfish/config.vi.xml
create mode 100755 tck/old-tck/source/install/jaspic/bin/xml/impl/glassfish/templates/asadmin.bat.concat.template
create mode 100755 tck/old-tck/source/install/jaspic/bin/xml/impl/glassfish/templates/password.template
create mode 100644 tck/old-tck/source/install/jaspic/bin/xml/impl/glassfish/templates/sun-acc.xml.template
create mode 100755 tck/old-tck/source/install/jaspic/bin/xml/verifier-results.xsl
create mode 100644 tck/old-tck/source/install/jaspic/docs/ReleaseNotes-authentication-2.0.html
create mode 100644 tck/old-tck/source/install/jaspic/docs/assertions/JASPICJavadocAssertions.html
create mode 100644 tck/old-tck/source/install/jaspic/docs/assertions/JASPICSpecAssertions.html
create mode 100755 tck/old-tck/source/install/jaspic/docs/index.html
create mode 100755 tck/old-tck/source/install/jaspic/other/testsuite.jtt
create mode 100755 tck/old-tck/source/install/jaspic/other/vehicle.properties
create mode 100755 tck/old-tck/source/internal/docs/dtd/javadoc_assertions.dtd
create mode 100755 tck/old-tck/source/internal/docs/dtd/spec_assertions.dtd
create mode 100644 tck/old-tck/source/internal/docs/jaspic/JASPICJavadocAssertions.xml
create mode 100755 tck/old-tck/source/internal/docs/jaspic/JASPICSpecAssertions.xml
create mode 100644 tck/old-tck/source/internal/docs/jaspic/TCD.txt
create mode 100755 tck/old-tck/source/internal/docs/jaspic/index.html
create mode 100755 tck/old-tck/source/internal/docs/jaspic/tck_properties.txt
create mode 100755 tck/old-tck/source/internal/docs/javadoc_assertions.dtd
create mode 100755 tck/old-tck/source/internal/docs/spec_assertions.dtd
create mode 100644 tck/old-tck/source/lib/ant-contrib-1.0b3.jar
create mode 100644 tck/old-tck/source/lib/ant_sun.jar
create mode 100644 tck/old-tck/source/lib/apiCheck.jar
create mode 100644 tck/old-tck/source/lib/dtds/web-app_2_2.dtd
create mode 100644 tck/old-tck/source/lib/dtds/web-app_2_3.dtd
create mode 100644 tck/old-tck/source/lib/gf-196-hookv3.jar
create mode 100644 tck/old-tck/source/lib/httpclient-4.5.5.jar
create mode 100644 tck/old-tck/source/lib/javatest.jar
create mode 100644 tck/old-tck/source/lib/schemas/j2ee_1_4.xsd
create mode 100644 tck/old-tck/source/lib/schemas/j2ee_web_services_client_1_1.xsd
create mode 100755 tck/old-tck/source/pom.xml
create mode 100644 tck/old-tck/source/release/tools/build-utils.xml
create mode 100644 tck/old-tck/source/release/tools/build.xml
create mode 100644 tck/old-tck/source/release/tools/common.xml
create mode 100644 tck/old-tck/source/release/tools/jaspic.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/AbstractDeliverable.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/AbstractPropertyManager.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/DeliverableFactory.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/DeliverableInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/PropertyManagerInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/PropertyNotSetException.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/cts/CTSDeliverable.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/cts/CTSPropertyManager.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/jaspic/JaspicDeliverable.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/jaspic/JaspicJakartaEEDeliverable.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/jaspic/JaspicJakartaEEPropertyManager.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/jaspic/JaspicPropertyManager.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/tck/TCKDeliverable.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/deliverable/tck/TCKPropertyManager.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/CleanupMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/CommonAppVerifier.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/EETest.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/ExcludeListProcessor.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/ExecTSTestCmd.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/ExecuteTSTestSameJVMCmd.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/ExecutionMode.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/JCKServiceEETest.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/ProfileHelper.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/RebuildableVerifier.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/RemoteStatus.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/ServiceEETest.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/SetupMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/SuiteSynchronizer.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/TS.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/TSHTMLTestFinder.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/TSHarnessObserver.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/TSKeywords.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/TSRuntimeConfiguration.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/TSScript.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/TSTestFinder.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/TestRunException.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/VehicleVerifier.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/commonarchives.properties
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/finder.properties
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/keyword.properties
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/harness/rebuildable.properties
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/common/SunRIURL.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/SunRIDeploymentInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/CallProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/DefaultResourcePrincipal.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/EjbRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/GroupName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/JavaMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/Message.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/MessageDestination.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/MessageDestinationRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/MessageSecurity.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/MessageSecurityBinding.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/MethodParam.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/MethodParams.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/ObjectFactory.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/OperationName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/PortInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/PrincipalName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/RequestProtection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/ResourceEnvRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/ResourceRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/ResponseProtection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/SecurityRoleMapping.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/ServiceQname.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/ServiceRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/StubProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/SunApplication.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/Web.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app/WsdlPort.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/CallProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/DefaultResourcePrincipal.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/EjbRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/JavaMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/JavaWebStartAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/JnlpDoc.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/Message.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MessageDestination.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MessageDestinationRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MessageSecurity.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MessageSecurityBinding.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MethodParam.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/MethodParams.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ObjectFactory.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/OperationName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/PortInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/RequestProtection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ResourceEnvRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ResourceRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ResponseProtection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ServiceQname.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/ServiceRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/StubProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/SunApplicationClient.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient/WsdlPort.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ActivationConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ActivationConfigProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/AsContext.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/BeanCache.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/BeanPool.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/CallProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/CheckpointAtEndOfMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Cmp.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/CmpResource.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/DefaultResourcePrincipal.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Ejb.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/EjbRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/EnterpriseBeans.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Finder.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/FlushAtEndOfMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/GenClasses.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/GroupName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/IorSecurityConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/JavaMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/LoginConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MdbConnectionFactory.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MdbResourceAdapter.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Message.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MessageDestination.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MessageDestinationRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MessageSecurity.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MessageSecurityBinding.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Method.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MethodParam.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/MethodParams.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ObjectFactory.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/OneOneFinders.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/OperationName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PmDescriptor.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PmDescriptors.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PmInuse.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PortInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PrefetchDisabled.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Principal.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/PrincipalName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/Property.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/QueryMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/RequestProtection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ResourceEnvRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ResourceRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ResponseProtection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/SasContext.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/SchemaGeneratorProperties.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/SecurityRoleMapping.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ServiceQname.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/ServiceRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/StubProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/SunEjbJar.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/TransportConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/WebserviceDescription.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/WebserviceEndpoint.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb/WsdlPort.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/jaxb-cust.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/Cache.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/CacheHelper.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/CacheHelperRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/CacheMapping.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/CallProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ClassLoader.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ConstraintField.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ConstraintFieldValue.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/CookieProperties.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/DefaultHelper.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/DefaultResourcePrincipal.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/Dispatcher.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/EjbRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/GroupName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/HttpMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/IdempotentUrlPattern.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/JavaMethod.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/JspConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/KeyField.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/LocaleCharsetInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/LocaleCharsetMap.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/LoginConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ManagerProperties.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/Message.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/MessageDestination.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/MessageDestinationRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/MessageSecurity.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/MessageSecurityBinding.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/MethodParam.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/MethodParams.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ObjectFactory.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/OperationName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ParameterEncoding.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/PortInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/PrincipalName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/Property.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/RefreshField.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/RequestProtection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ResourceEnvRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ResourceRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ResponseProtection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/SecurityRoleMapping.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ServiceQname.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ServiceRef.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/Servlet.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/ServletName.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/SessionConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/SessionManager.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/SessionProperties.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/StoreProperties.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/StubProperty.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/SunWebApp.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/Timeout.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/UrlPattern.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/Valve.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/WebserviceDescription.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/WebserviceEndpoint.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web/WsdlPort.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/javatest/TSEnvironmentInterview.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/javatest/TSExcludeListInterview.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/javatest/TSLegacyParameters.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/javatest/TSTestsInterview.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/javatest/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/javatest/i18n.properties
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/DeploymentInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/README
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSDeployment.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSDeploymentException.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSDeploymentInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSHttpsURLConnection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSHttpsURLConnectionInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSJMSAdmin.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSJMSAdminException.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSJMSAdminInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSJMSObjects.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSJMSObjectsInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSLoginContext.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSLoginContextInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSURL.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/TSURLInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/porting/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/AssertionMapper.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/BASE64Decoder.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/BASE64Encoder.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/CEFormatException.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/CEStreamExhausted.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/CharacterDecoder.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/CharacterEncoder.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/ConfigUtil.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/DoubleConsts.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/FloatConsts.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/FpUtils.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/RemoteLoggingInitException.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/SigLogAdapter.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/SigLogIntf.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/TSNamingContext.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/TSNamingContextInterface.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/TSXADataSource.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/TestUtil.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/WebUtil.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/ExtensionInstallationException.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/ExtensionInstallationProvider.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/FileURLMapper.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/InvalidJarIndexException.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JarIndex.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JavaIOAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JavaIODeleteOnExitAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JavaIOFileDescriptorAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JavaLangAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JavaNetAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JavaSecurityAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JavaSecurityProtectionDomainAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/JavaUtilJarAccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/Launcher.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/MetaIndex.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/Resource.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/SharedSecrets.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/URLClassPath.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/misc/Unsafe.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/net/www/ParseUtil.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/nio/ByteBuffered.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/nio/ch/Interruptible.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/nio/cs/ThreadLocalCoders.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/reflect/ConstantPool.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/reflect/Reflection.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/reflect/annotation/AnnotationType.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/action/GetPropertyAction.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/auth/PrincipalComparator.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/provider/PolicyParser.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/util/Debug.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/util/Password.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/util/PolicyUtil.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/util/PropertyExpander.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/util/ResourcesMgr.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/lib/util/sec/security/util/SecurityConstants.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/EmptyVehicleRunner.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/VehicleClient.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/VehicleRunnable.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/VehicleRunnerFactory.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/customvehicle/CustomVehicleRunner.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/customvehicle/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/jaspicservlet/JaspicServletVehicle.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/jaspicservlet/JaspicServletVehicleRunner.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/jaspicservlet/JaspicVehicleRunner.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/jaspicservlet/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/jaspicservlet/jaspicservlet_vehicle_web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/standalone/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/web/WebVehicleRunner.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/common/vehicle/web/web_vehicle_web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/authexception/AuthExceptionHello.ear.sun-application.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/authexception/AuthExceptionHelloImpl.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/authexception/AuthExceptionHelloService.wsdl
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/authexception/AuthExceptionHelloService_schema1.xsd
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/authexception/Client.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/authexception/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/authexception/jakartaEE.web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/failure/Client.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/failure/FailureHello.ear.sun-application.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/failure/FailureHelloImpl.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/failure/FailureHelloService.wsdl
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/failure/FailureHelloService_schema1.xsd
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/failure/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/failure/jakartaEE.web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendfailure/Client.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendfailure/SendFailureHello.ear.sun-application.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendfailure/SendFailureHelloImpl.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendfailure/SendFailureHelloService.wsdl
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendfailure/SendFailureHelloService_schema1.xsd
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendfailure/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendfailure/jakartaEE.web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendsuccess/Client.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendsuccess/SendSuccessHello.ear.sun-application.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendsuccess/SendSuccessHelloImpl.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendsuccess/SendSuccessHelloService.wsdl
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendsuccess/SendSuccessHelloService_schema1.xsd
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendsuccess/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/authstatus/sendsuccess/jakartaEE.web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/baseline/Client.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/baseline/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/baseline/servlet_vehicle_web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/baseline/spitests_baseline_servlet_vehicle_web.war.sun-web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/common/CommonTests.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/common/CommonUtils.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/common/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/ACFTestServlet.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/AnotherMandatoryAuthen.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/AuthStatusMandatorySuccess.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/Client.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/ModTestServlet.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/OpenToAllServlet.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/OptionalAuthen.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/WrapperServlet.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/client.html
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/spitests_servlet_web.war.sun-web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/servlet/spitests_servlet_web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/soap/Client.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/soap/Hello.ear.sun-application.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/soap/HelloImpl.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/soap/HelloService.wsdl
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/soap/HelloService_schema1.xsd
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/soap/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/spi/soap/jakartaEE.web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/ProviderConfiguration.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/SOAPTSServerAuthConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSAuthConfigFactory.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSAuthConfigFactoryForStandalone.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSAuthConfigProvider.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSAuthConfigProviderServlet.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSAuthConfigProviderStandalone.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSClientAuthConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSClientAuthContext.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSRegistrationListener.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSServerAuthConfig.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/TSServerAuthContext.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/config/provider-configuration.xsd
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/servlet/TSClientAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/servlet/TSRequestWrapper.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/servlet/TSResponseWrapper.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/servlet/TSServerAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/servlet/TSServletWrapperSAM.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSAuthExceptionClientAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSAuthExceptionServerAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSClientAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSFailureClientAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSFailureServerAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSSendFailureClientAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSSendFailureServerAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSSendSuccessClientAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSSendSuccessServerAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/module/soap/TSServerAuthModule.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/AuthDataCallbackHandler.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/ClientCallbackSupport.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/CommonCallbackSupport.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/IdUtil.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/JASPICData.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/ProviderConfigurationEntry.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/ProviderConfigurationXMLFileProcessor.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/ServerCallbackSupport.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/SimplePrincipal.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/SimulateRuntime.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/TSFileHandler.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/TSLogger.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/TSSOAPMessageInfo.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/TSXMLFormatter.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/tssv/util/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/util/FetchLogs.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/util/LogFileProcessor.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/util/LogProcessor.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/util/LogRecordEntry.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/util/WebServiceUtils.java
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/util/build.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaspic/util/jaspic_util_web.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaxws/common/xml/common.jdk9.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaxws/common/xml/common.xml
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaxws/common/xml/jakartaEE.tokens
create mode 100644 tck/old-tck/source/src/com/sun/ts/tests/jaxws/common/xml/standalone.tokens
create mode 100644 tck/old-tck/source/src/testsuite.jtd
create mode 100644 tck/old-tck/source/src/testsuite.jtt
create mode 100644 tck/old-tck/source/src/vehicle.properties
diff --git a/tck/old-tck/build/pom.xml b/tck/old-tck/build/pom.xml
new file mode 100644
index 0000000..44646ba
--- /dev/null
+++ b/tck/old-tck/build/pom.xml
@@ -0,0 +1,146 @@
+
+
+
+ 4.0.0
+
+
+ org.eclipse.ee4j
+ project
+ 1.0.6
+
+
+
+ org.eclipse.ee4j.authentication.tck
+ old-authentication-tck
+ 3.0.0-SNAPSHOT
+ pom
+
+ Old Jakarta Authentication TCK - build
+
+
+ 1.10.2
+ ${project.build.directory}/apache-ant-${ant.version}
+ https://archive.apache.org/dist/ant/binaries/apache-ant-${ant.version}-bin.zip
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-site-plugin
+ 3.12.0
+
+
+
+
+
+ maven-clean-plugin
+ 2.4.1
+
+
+
+ old-tck/source/release/JASPIC_BUILD
+
+ **
+
+
+
+
+
+
+
+ com.googlecode.maven-download-plugin
+ download-maven-plugin
+ false
+ 1.6.7
+
+
+ download-ant
+ generate-sources
+
+ wget
+
+
+ ${skipITs}
+ ${ant.zip.url}
+ true
+ ${project.build.directory}
+
+
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ false
+ 1.6.0
+
+
+ build-old-tck
+ generate-sources
+
+ exec
+
+
+ ${skipITs}
+ ${project.basedir}/../source/docker/build_oldtck.sh
+ ${project.basedir}/../source
+
+ ${ant.home}/
+ ${ant.home}/bin:${env.PATH}
+
+
+ ${project.basedir}/../source
+ ${ant.home}
+
+
+ 0
+ 1
+
+
+
+
+
+
+
+ maven-install-plugin
+ 3.0.0-M1
+
+
+ install-old-tck
+ process-resources
+
+ install-file
+
+
+ ${project.basedir}/../source/release/JASPIC_BUILD/latest/authentication-tck.zip
+ ${project.groupId}
+ ${project.artifactId}
+ ${project.version}
+ zip
+ true
+
+
+
+
+
+
+
diff --git a/tck/old-tck/pom.xml b/tck/old-tck/pom.xml
new file mode 100644
index 0000000..6b59d73
--- /dev/null
+++ b/tck/old-tck/pom.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ 4.0.0
+
+
+ org.eclipse.ee4j.authentication.tck
+ jakarta-authentication-tck
+ 3.0.0-SNAPSHOT
+
+
+ old-authentication-tck-parent
+ pom
+
+ Old Jakarta Authentication TCK - main
+
+
+ build
+ run
+
+
+
+ 11
+ 11
+
+
diff --git a/tck/old-tck/run/pom.xml b/tck/old-tck/run/pom.xml
new file mode 100644
index 0000000..2236acf
--- /dev/null
+++ b/tck/old-tck/run/pom.xml
@@ -0,0 +1,339 @@
+
+
+
+
+ 4.0.0
+
+
+ org.eclipse.ee4j.authentication.tck
+ old-authentication-tck-parent
+ 3.0.1-SNAPSHOT
+
+
+ glassfish-external-tck-authentication
+ pom
+
+ Old Jakarta Authentication TCK - run
+
+
+ 1.10.2
+ ${project.build.directory}/apache-ant-${ant.version}
+ https://archive.apache.org/dist/ant/binaries/apache-ant-${ant.version}-bin.zip
+
+ ${project.build.directory}/faces-tck
+ ${tck.home}/src/com/sun/ts/tests
+ standalone
+
+ ${project.build.directory}/glassfish7
+ ${glassfish.home}/glassfish/bin/asadmin
+
+ org/glassfish/**\:com/sun/enterprise/**
+
+ 14848
+ 11527
+ 18080
+ 18181
+ 17676
+ 18686
+ 13700
+ 13920
+ 13820
+ 12000
+
+
+
+
+ org.glassfish.main.distributions
+ glassfish
+ ${glassfish.version}
+ zip
+ test
+
+
+ org.eclipse.ee4j.faces.tck
+ old-faces-tck
+ ${project.version}
+ zip
+
+
+
+
+
+
+ com.googlecode.maven-download-plugin
+ download-maven-plugin
+ 1.6.7
+
+
+ download-ant
+ generate-resources
+
+ wget
+
+
+
+
+ ${skipITs}
+ ${ant.zip.url}
+ true
+ ${project.build.directory}
+
+
+
+
+ maven-dependency-plugin
+ 3.3.0
+
+ ${skipITs}
+
+
+
+ unpack-glassfish
+ pre-integration-test
+
+ unpack-dependencies
+
+
+ glassfish
+ ${project.build.directory}
+
+
+
+ unpack-tck
+ pre-integration-test
+
+ unpack-dependencies
+
+
+ old-faces-tck
+ ${project.build.directory}
+
+
+
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ org.apache.ant
+ ant
+ ${ant.version}
+
+
+ ant-contrib
+ ant-contrib
+ 1.0b3
+
+
+ ant
+ ant
+
+
+
+
+
+ ${skipITs}
+
+
+
+ prepare-tck-and-glassfish
+ pre-integration-test
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ]]>
+
+ ]]>
+
+
+
+
+ run
+
+
+
+
+ configure-tck-tests
+ pre-integration-test
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Deploying from ${test.dir}
+
+
+
+
+
+
+
+
+ Deploying all archives
+
+
+
+
+
+
+
+
+
+
+ run-tck-tests
+ integration-test
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/.gitignore b/tck/old-tck/source/.gitignore
new file mode 100644
index 0000000..8a37fde
--- /dev/null
+++ b/tck/old-tck/source/.gitignore
@@ -0,0 +1,2 @@
+/dist/
+/classes/
diff --git a/tck/old-tck/source/bin/coverage-build.xml b/tck/old-tck/source/bin/coverage-build.xml
new file mode 100644
index 0000000..889974f
--- /dev/null
+++ b/tck/old-tck/source/bin/coverage-build.xml
@@ -0,0 +1,664 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/common.xml b/tck/old-tck/source/bin/xml/impl/glassfish/common.xml
new file mode 100644
index 0000000..ac2d860
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/common.xml
@@ -0,0 +1,1638 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ values user;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ******* BEGIN. CHANGE ADMIN PASSWORD ********
+
+
+ AS_ADMIN_PASSWORD=${current.admin.password}
+AS_ADMIN_NEWPASSWORD=${admin.password}
+
+
+
+
+
+
+
+
+
+ Contents of ${temp.pass.file}:
+ ${password.contents}
+
+ ******* DONE. CHANGE ADMIN PASSWORD ********
+
+
+
+
+
+ ******* BEGIN. ENABLE SECURE ADMIN ********
+
+
+
+
+
+
+
+
+ ******* DONE. ENABLE SECURE ADMIN ********
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/config.vi.xml b/tck/old-tck/source/bin/xml/impl/glassfish/config.vi.xml
new file mode 100755
index 0000000..06b208c
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/config.vi.xml
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/connector.xml b/tck/old-tck/source/bin/xml/impl/glassfish/connector.xml
new file mode 100755
index 0000000..5c5983c
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/connector.xml
@@ -0,0 +1,573 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cts-connector-pool-whitebox-permissiondd connection pool is not created for web profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cts-connector-pool-whitebox-permissiondd delete is not called for web-profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ create cts-connector-pool-whitebox-permissiondd is not called for web-profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ delete jndiName with value whitebox-permissiondd is not called for web-profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ jndiName = ${jndiName}
+ jndiName.minus.prefix = ${jndiName.minus.prefix}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ jndiName = ${jndiName}
+ jndiName.minus.prefix = ${jndiName.minus.prefix}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/deploy.xml b/tck/old-tck/source/bin/xml/impl/glassfish/deploy.xml
new file mode 100755
index 0000000..e5eadaf
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/deploy.xml
@@ -0,0 +1,604 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/install_sjsas.xml b/tck/old-tck/source/bin/xml/impl/glassfish/install_sjsas.xml
new file mode 100644
index 0000000..600fa27
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/install_sjsas.xml
@@ -0,0 +1,1076 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error, users must define the unzip.path property on Windows
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ERROR, Neither Windows nor Unix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ *** Installing GF Version 3.1/3.2 setting v3.install.path to glassfish3 ***
+
+
+ *** Installing GF V3.0.X setting v3.install.path to glassfishv3 ***
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ERROR
+ ${line.separator}
+ *****************************************************************
+ Error, the target being run does not match the v3.install.dir.
+ Please verify the javaee.home.ri setting in your ts.jte and make
+ sure you are running the appropriate install target.
+ v3.install.dir -> ${v3.install.dir}
+ running a v3.1 (or 3.2) install target is -> @{is.v31}
+
+ * If you know what you are doing and want to skip this check,
+ pass -Dexpert.mode=true to the install target.
+ *****************************************************************
+ ${line.separator}
+
+
+
+
+
+ *** Running in EXPERT MODE, checks disabled, strange errors could occur. ***
+
+
+
+
+
+
+
+
+
+
+ Found existing V3 install. Stopping domain and removing:
+ ${v3.install.dir.norm}/${v3.install.path}
+ ** PATH passed to exec is "${java.home}/bin:${env.PATH}" **
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Port ${port.to.find} not found, so admin port not reset in domain.xml.
+
+
+ Port ${port.to.find} found, reset to ${port.to.use}.
+ Backing up ${domain.file}.
+
+
+ ${domain.file} written to disk.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ERROR, Neither Windows nor Unix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Found existing V4 install. Stopping domain and removing:
+ ${v4.install.dir.norm}/${v4.install.path}
+ ** PATH passed to exec is "${java.home}/bin:${env.PATH}" **
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Port ${port.to.find} not found, so admin port not reset in domain.xml.
+
+
+ Port ${port.to.find} found, reset to ${port.to.use}.
+ Backing up ${domain.file}.
+
+
+ ${domain.file} written to disk.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This job does nothing. Used as a kludge for skipping the V3 install.
+ This is just easier than changing the Hudson build job sequence.
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/jersey.xml b/tck/old-tck/source/bin/xml/impl/glassfish/jersey.xml
new file mode 100644
index 0000000..64d064c
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/jersey.xml
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ servlet_adaptor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/s1as.xml b/tck/old-tck/source/bin/xml/impl/glassfish/s1as.xml
new file mode 100644
index 0000000..9f3a442
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/s1as.xml
@@ -0,0 +1,1419 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ******************************************
+ WEB PROFILE in use, JMS Users NOT Created.
+ ******************************************
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ******************************************
+ WEB PROFILE in use, JMS Users NOT Deleted.
+ ******************************************
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ **********************************************
+ WEB PROFILE in use, JMS Resources NOT Created.
+ **********************************************
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ **********************************************
+ WEB PROFILE in use, JMS Resources NOT Deleted.
+ **********************************************
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/templates/password.template b/tck/old-tck/source/bin/xml/impl/glassfish/templates/password.template
new file mode 100644
index 0000000..dcec702
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/templates/password.template
@@ -0,0 +1,18 @@
+#
+# Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Eclipse Public License v. 2.0, which is available at
+# http://www.eclipse.org/legal/epl-2.0.
+#
+# This Source Code may also be made available under the following Secondary
+# Licenses when the conditions for such availability set forth in the
+# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
+# version 2 with the GNU Classpath Exception, which is available at
+# https://www.gnu.org/software/classpath/license.html.
+#
+# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
+#
+AS_ADMIN_MASTERPASSWORD=@sjsas.master.password@
+AS_ADMIN_PASSWORD=@sjsas.admin.password@
+AS_ADMIN_USERPASSWORD=@user.password@
diff --git a/tck/old-tck/source/bin/xml/impl/glassfish/templates/statefile.template.ee b/tck/old-tck/source/bin/xml/impl/glassfish/templates/statefile.template.ee
new file mode 100644
index 0000000..a20ac8c
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/glassfish/templates/statefile.template.ee
@@ -0,0 +1,39 @@
+#
+# Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Eclipse Public License v. 2.0, which is available at
+# http://www.eclipse.org/legal/epl-2.0.
+#
+# This Source Code may also be made available under the following Secondary
+# Licenses when the conditions for such availability set forth in the
+# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
+# version 2 with the GNU Classpath Exception, which is available at
+# https://www.gnu.org/software/classpath/license.html.
+#
+# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
+#
+
+#
+# Wizard Statefile created: Tue Apr 29 22:32:24 PDT 2003
+# Wizard path: /home/qouyang/ws/test_checkin/publish/Linux2.4_DBG.OBJ/package/sun-appserver8-eval/j2ee_sdk_lin//home/qouyang/ws/test_checkin/publish/Linux2.4_DBG.OBJ/package/sun-appserver8-eval/j2ee_sdk_lin/appserv.class
+#
+
+#
+# Wizard Statefile section for J2EE 1.4 SDK
+#
+[STATE_BEGIN @begin.done.tag@ @class.id@]
+defaultInstallDirectory = /sun/appserver8
+currentInstallDirectory = @s1as.home@
+INST_ASADMIN_USERNAME = @s1as.admin.user@
+ADMIN_PASSWORD_ENCRYPTED = FALSE
+INST_ASADMIN_PASSWORD = @s1as.admin.passwd@
+INST_ASADMIN_PORT = @s1as.admin.port@
+INST_ASWEB_PORT = @sjsas.das.webServerPort@
+CREATE_SAMPLES_DOMAIN = FALSE
+STORE_ADMIN_AUTH = FALSE
+INST_HTTPS_PORT = @sjsas.das.securedWebServicePort@
+CREATE_DESKTOP_SHORTCUT = FALSE
+USE_BUNDLED_JDK= FALSE
+JDK_LOCATION = @java.home@
+[STATE_DONE @begin.done.tag@ @class.id@]
diff --git a/tck/old-tck/source/bin/xml/impl/none/deploy.xml b/tck/old-tck/source/bin/xml/impl/none/deploy.xml
new file mode 100644
index 0000000..94979ff
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/none/deploy.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/impl/tomcat/deploy.xml b/tck/old-tck/source/bin/xml/impl/tomcat/deploy.xml
new file mode 100644
index 0000000..9bc30df
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/impl/tomcat/deploy.xml
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/other/unix.sh b/tck/old-tck/source/bin/xml/other/unix.sh
new file mode 100755
index 0000000..c4cc687
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/other/unix.sh
@@ -0,0 +1,42 @@
+#!/bin/sh
+#
+# Copyright (c) 2008, 2018 Oracle and/or its affiliates. All rights reserved.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Eclipse Public License v. 2.0, which is available at
+# http://www.eclipse.org/legal/epl-2.0.
+#
+# This Source Code may also be made available under the following Secondary
+# Licenses when the conditions for such availability set forth in the
+# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
+# version 2 with the GNU Classpath Exception, which is available at
+# https://www.gnu.org/software/classpath/license.html.
+#
+# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
+#
+
+for arg in "$@" ; do
+ case $arg in
+ startxterm)
+ newdir="$2"
+ if [ ! -d $newdir ]
+ then
+ exit -1
+ fi
+ cd $2
+ if [ $? -ne 0 ]
+ then
+ exit -1
+ fi
+ if [ "$TERM" = "" ]
+ then
+ TERM=xterm
+ fi
+ echo $newdir
+ $TERM &
+ exit 0
+ break
+ ;;
+ esac
+done
+exit 0
diff --git a/tck/old-tck/source/bin/xml/other/windows.bat b/tck/old-tck/source/bin/xml/other/windows.bat
new file mode 100755
index 0000000..966fe01
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/other/windows.bat
@@ -0,0 +1,31 @@
+@echo off
+REM
+REM Copyright (c) 2008, 2018 Oracle and/or its affiliates. All rights reserved.
+REM
+REM This program and the accompanying materials are made available under the
+REM terms of the Eclipse Public License v. 2.0, which is available at
+REM http://www.eclipse.org/legal/epl-2.0.
+REM
+REM This Source Code may also be made available under the following Secondary
+REM Licenses when the conditions for such availability set forth in the
+REM Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
+REM version 2 with the GNU Classpath Exception, which is available at
+REM https://www.gnu.org/software/classpath/license.html.
+REM
+REM SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
+REM
+
+@setlocal
+
+if ""%1""=="""" goto end
+if ""%1""==""startcmd"" goto startcmd
+
+goto end
+
+:startcmd
+set newdir="%2"
+start /d%newdir%
+goto end
+
+:end
+@endlocal
diff --git a/tck/old-tck/source/bin/xml/ts.clientjar.xml b/tck/old-tck/source/bin/xml/ts.clientjar.xml
new file mode 100644
index 0000000..3b317cc
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/ts.clientjar.xml
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_component descriptor="@{descriptor}"
+ manifest="@{manifest}"
+ archivename="@{archivename}"
+ archivesuffix="_client.jar"
+ descriptordir="@{descriptordir}"
+ mainclass="@{mainclass}"
+ internaldescriptorname="META-INF/application-client.xml">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/ts.common.props.xml b/tck/old-tck/source/bin/xml/ts.common.props.xml
new file mode 100644
index 0000000..8f07bb2
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/ts.common.props.xml
@@ -0,0 +1,488 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tck/old-tck/source/bin/xml/ts.common.xml b/tck/old-tck/source/bin/xml/ts.common.xml
new file mode 100644
index 0000000..42d9a32
--- /dev/null
+++ b/tck/old-tck/source/bin/xml/ts.common.xml
@@ -0,0 +1,1293 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @{archivedir}
+
+
+
+
+ Verifier Results for @{archivedir}
+
+
+
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Errors ]]>
+
+
+
+
+
+ (${relative.archive.name}) - Detailed Results:
+ html ]]>
+ xml ]]>
+ text
+
]]>
+
+
+
+ This file was generated on ${last.updated}.
+