diff options
| author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-24 11:52:28 +0000 | 
|---|---|---|
| committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-24 11:52:28 +0000 | 
| commit | 189f12c42b38d58d1b324daa573153111bd2f7a4 (patch) | |
| tree | 7df6fc9e96e3a07402e33dec91363f589f732d3e | |
| parent | 6183340860b785b15abfefc6ae08db5a9034a516 (diff) | |
| download | moa-id-spss-189f12c42b38d58d1b324daa573153111bd2f7a4.tar.gz moa-id-spss-189f12c42b38d58d1b324daa573153111bd2f7a4.tar.bz2 moa-id-spss-189f12c42b38d58d1b324daa573153111bd2f7a4.zip | |
build optimizations, updated documentation and sample configuration
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@953 d688527b-c9ab-4aba-bd8d-4036d912da1d
16 files changed, 95 insertions, 92 deletions
| diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 80eabe6d0..d0c8c1612 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -30,6 +30,7 @@                              <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>                              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>                          </manifest> +                        <addMavenDescriptor>false</addMavenDescriptor>                      </archive>  <!--                      <webResources> diff --git a/id/server/data/deploy/conf/moa-id/SampleIdentities.xml b/id/server/data/deploy/conf/moa-id/SampleIdentities.xml index fc6dc2ccf..abda0bf64 100644 --- a/id/server/data/deploy/conf/moa-id/SampleIdentities.xml +++ b/id/server/data/deploy/conf/moa-id/SampleIdentities.xml @@ -9,7 +9,7 @@  		<ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600"   						loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.XMLLoginParameterResolverPlainData"   						loginParameterResolverConfiguration="Identities.xml"> -			<ConnectionParameter URL="http://www.cio.gv.at/"> +			<ConnectionParameter URL="http://www.digitales.oesterreich.gv.at/">  			</ConnectionParameter>  		</ProxyComponent>  --> diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAIDConfigurationProxy.xml b/id/server/data/deploy/conf/moa-id/SampleMOAIDConfigurationProxy.xml index 51d62bd72..fa9177e9a 100644 --- a/id/server/data/deploy/conf/moa-id/SampleMOAIDConfigurationProxy.xml +++ b/id/server/data/deploy/conf/moa-id/SampleMOAIDConfigurationProxy.xml @@ -79,7 +79,7 @@  	</ProxyComponent>  	<!-- Eintragung fuer jede Online-Applikation --> -	<!-- Demo Online-Applikation: Zugriff auf www.cio.gv.at ueber MOA-ID-PROXY --> +	<!-- Demo Online-Applikation: Zugriff auf www.digitales.oesterreich.gv.at ueber MOA-ID-PROXY -->  	<OnlineApplication publicURLPrefix="https://localhost:8443/">  		<!-- fuer MOA-ID-AUTH -->  		<AuthComponent> @@ -104,7 +104,7 @@  		<ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600">  		<!-- <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600" loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.DefaultLoginParameterResolver" loginParameterResolverConfiguration="" connectionBuilderImpl="at.gv.egovernment.moa.id.proxy.DefaultConnectionBuilder"> -->  			<!-- URL und akzeptierte TLS-Server-Zertifikate der Online-Applikation --> -			<ConnectionParameter URL="http://www.cio.gv.at/"> +			<ConnectionParameter URL="http://www.digitales.oesterreich.gv.at/">  			<!--	<AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> -->  			<!--	<ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> -->  			</ConnectionParameter> diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml b/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml index b859fe758..86ee440e5 100644 --- a/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml +++ b/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml @@ -82,7 +82,7 @@  	</ProxyComponent>  	<!-- Eintragung fuer jede Online-Applikation --> -	<!-- Demo Online-Applikation: Zugriff auf www.cio.gv.at ueber MOA-ID-PROXY --> +	<!-- Demo Online-Applikation: Zugriff auf www.digitales.oesterreich.gv.at ueber MOA-ID-PROXY -->  	<OnlineApplication publicURLPrefix="https://localhost:8443/">  		<!-- fuer MOA-ID-AUTH -->  		<AuthComponent> @@ -107,7 +107,7 @@  		<ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600">  		<!-- <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600" loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.DefaultLoginParameterResolver" loginParameterResolverConfiguration="" connectionBuilderImpl="at.gv.egovernment.moa.id.proxy.DefaultConnectionBuilder"> -->  			<!-- URL und akzeptierte TLS-Server-Zertifikate der Online-Applikation --> -			<ConnectionParameter URL="http://www.cio.gv.at/"> +			<ConnectionParameter URL="http://www.digitales.oesterreich.gv.at/">  			<!--	<AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> -->  			<!--	<ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> -->  			</ConnectionParameter> diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml index 4e7a8ae54..ddcdc6189 100644 --- a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml +++ b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml @@ -81,7 +81,7 @@  	<!-- Eintragung fuer jede Online-Applikation --> -	<!-- Demo Online-Applikation fuer MOA-WID: Zugriff auf www.cio.gv.at ueber MOA-ID-PROXY --> +	<!-- Demo Online-Applikation fuer MOA-WID: Zugriff auf www.digitales.oesterreich.gv.at ueber MOA-ID-PROXY -->  	<OnlineApplication type="businessService" publicURLPrefix="https://localhost:8443/">  		<!-- fuer MOA-ID-AUTH WID Modus -->  		<AuthComponent slVersion="1.2" provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="false" provideCertificate="true"> @@ -112,7 +112,7 @@  		<ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600">  		<!-- <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600" loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.DefaultLoginParameterResolver" loginParameterResolverConfiguration="" connectionBuilderImpl="at.gv.egovernment.moa.id.proxy.DefaultConnectionBuilder"> -->  			<!-- URL und akzeptierte TLS-Server-Zertifikate der Online-Applikation --> -			<ConnectionParameter URL="http://www.cio.gv.at/"> +			<ConnectionParameter URL="http://www.digitales.oesterreich.gv.at/">  			<!--	<AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> -->  			<!--	<ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> -->  			</ConnectionParameter> diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml index 2afa97e77..77049d798 100644 --- a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml +++ b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml @@ -84,7 +84,7 @@  	<!-- Eintragung fuer jede Online-Applikation --> -	<!-- Demo Online-Applikation fuer MOA-WID: Zugriff auf www.cio.gv.at ueber MOA-ID-PROXY --> +	<!-- Demo Online-Applikation fuer MOA-WID: Zugriff auf www.digitales.oesterreich.gv.at ueber MOA-ID-PROXY -->  	<OnlineApplication type="businessService" publicURLPrefix="https://localhost:8443/">  		<!-- fuer MOA-ID-AUTH WID Modus -->  		<AuthComponent slVersion="1.2" provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="false" provideCertificate="true"> @@ -114,7 +114,7 @@  		<ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600">  		<!-- <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600" loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.DefaultLoginParameterResolver" loginParameterResolverConfiguration="" connectionBuilderImpl="at.gv.egovernment.moa.id.proxy.DefaultConnectionBuilder"> -->  			<!-- URL und akzeptierte TLS-Server-Zertifikate der Online-Applikation --> -			<ConnectionParameter URL="http://www.cio.gv.at/"> +			<ConnectionParameter URL="http://www.digitales.oesterreich.gv.at/">  			<!--	<AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> -->  			<!--	<ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> -->  			</ConnectionParameter> diff --git a/id/server/data/deploy/conf/moa-spss/SampleMOASPSSConfiguration.xml b/id/server/data/deploy/conf/moa-spss/SampleMOASPSSConfiguration.xml index 008a59d8e..eee390044 100644 --- a/id/server/data/deploy/conf/moa-spss/SampleMOASPSSConfiguration.xml +++ b/id/server/data/deploy/conf/moa-spss/SampleMOASPSSConfiguration.xml @@ -25,19 +25,19 @@  				</cfg:ChainingMode>  				<cfg:TrustProfile>  					<cfg:Id>MOAIDBuergerkartePersonenbindung</cfg:Id> -					<cfg:TrustAnchorsLocation>trustprofiles/MOAIDBuergerkartePersonenbindungOhneTestkarten</cfg:TrustAnchorsLocation> +					<cfg:TrustAnchorsLocation>trustProfiles/MOAIDBuergerkartePersonenbindungOhneTestkarten</cfg:TrustAnchorsLocation>  				</cfg:TrustProfile>  				<cfg:TrustProfile>  					<cfg:Id>MOAIDBuergerkarteAuthentisierungsDaten</cfg:Id> -					<cfg:TrustAnchorsLocation>trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenOhneTestkarten</cfg:TrustAnchorsLocation> +					<cfg:TrustAnchorsLocation>trustProfiles/MOAIDBuergerkarteAuthentisierungsDatenOhneTestkarten</cfg:TrustAnchorsLocation>  				</cfg:TrustProfile>  				<cfg:TrustProfile>  					<cfg:Id>MOAIDBuergerkartePersonenbindungMitTestkarten</cfg:Id> -					<cfg:TrustAnchorsLocation>trustprofiles/MOAIDBuergerkartePersonenbindungMitTestkarten</cfg:TrustAnchorsLocation> +					<cfg:TrustAnchorsLocation>trustProfiles/MOAIDBuergerkartePersonenbindungMitTestkarten</cfg:TrustAnchorsLocation>  				</cfg:TrustProfile>  				<cfg:TrustProfile>  					<cfg:Id>MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten</cfg:Id> -					<cfg:TrustAnchorsLocation>trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten</cfg:TrustAnchorsLocation> +					<cfg:TrustAnchorsLocation>trustProfiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten</cfg:TrustAnchorsLocation>  				</cfg:TrustProfile>  			</cfg:PathValidation>  			<cfg:RevocationChecking> diff --git a/id/server/data/deploy/conf/moa-spss/trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten/EGIZ.MOA_Test_CA_-_Signatur_Bürger.20070823-20131022.SerNo03.der b/id/server/data/deploy/conf/moa-spss/trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten/EGIZ.MOA_Test_CA_-_Signatur_Buerger.20070823-20131022.SerNo03.derBinary files differ index 2696201b0..2696201b0 100644 --- a/id/server/data/deploy/conf/moa-spss/trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten/EGIZ.MOA_Test_CA_-_Signatur_Bürger.20070823-20131022.SerNo03.der +++ b/id/server/data/deploy/conf/moa-spss/trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten/EGIZ.MOA_Test_CA_-_Signatur_Buerger.20070823-20131022.SerNo03.der diff --git a/id/server/data/deploy/conf/moa-spss/trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten/EGIZ.MOA_Test_CA_-_Verschlüsselung_Bürger.20070823-20131022.SerNo04.p12 b/id/server/data/deploy/conf/moa-spss/trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten/EGIZ.MOA_Test_CA_-_Verschluesselung_Buerger.20070823-20131022.SerNo04.p12Binary files differ index 82d52e644..82d52e644 100644 --- a/id/server/data/deploy/conf/moa-spss/trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten/EGIZ.MOA_Test_CA_-_Verschlüsselung_Bürger.20070823-20131022.SerNo04.p12 +++ b/id/server/data/deploy/conf/moa-spss/trustprofiles/MOAIDBuergerkarteAuthentisierungsDatenMitTestkarten/EGIZ.MOA_Test_CA_-_Verschluesselung_Buerger.20070823-20131022.SerNo04.p12 diff --git a/id/server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml b/id/server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml index db43b0c1d..d0ea9cf6c 100644 --- a/id/server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml +++ b/id/server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml @@ -58,7 +58,7 @@  	</ProxyComponent>  	<!-- Eintragung fuer jede Online-Applikation --> -	<!-- Demo Online-Applikation: Zugriff auf www.cio.gv.at ueber MOA-ID-PROXY --> +	<!-- Demo Online-Applikation: Zugriff auf www.digitales.oesterreich.gv.at ueber MOA-ID-PROXY -->  	<OnlineApplication publicURLPrefix="https://localhost:8443/">  		<!-- fuer MOA-ID-AUTH -->  		<AuthComponent> @@ -72,7 +72,7 @@  		<ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600">  		<!-- <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600" loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.DefaultLoginParameterResolver" loginParameterResolverConfiguration="" connectionBuilderImpl="at.gv.egovernment.moa.id.proxy.DefaultConnectionBuilder"> -->  			<!-- URL und akzeptierte TLS-Server-Zertifikate der Online-Applikation --> -			<ConnectionParameter URL="http://www.cio.gv.at/"> +			<ConnectionParameter URL="http://www.digitales.oesterreich.gv.at/">  			<!--	<AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> -->  			<!--	<ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> -->  			</ConnectionParameter> diff --git a/id/server/doc/moa_id/id-admin.htm b/id/server/doc/moa_id/id-admin.htm index 19fa3562c..c0f195600 100644 --- a/id/server/doc/moa_id/id-admin.htm +++ b/id/server/doc/moa_id/id-admin.htm @@ -25,7 +25,7 @@  </style>  <script language="JavaScript"> -<!--  +<!--  function goWin(url) {  	Fenster=window.open(url,"smallWin","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,scrollbars=yes,width=500,height=480,top=20,screenY=0,left=20,screenX=0");  	window.setTimeout("showWin()",300); @@ -45,7 +45,7 @@ function showWin() { Fenster.focus(); }  <div style="margin-left:8px; margin-top:3px; font-size:8pt; color:#707070; ">  <!-- Development Center der BRZ GmbH, A-Trust und IAIK Graz -->   </div> -<div style="margin-top:-65px; text-align:right; font-size:8pt; font-weight:bold; color:#d04040;" >  +<div style="margin-top:-65px; text-align:right; font-size:8pt; font-weight:bold; color:#d04040;" >  Projekt <span style="font-size:48pt; ">moa</span>   </div>  <br /> @@ -55,13 +55,13 @@ Projekt <span style="font-size:48pt; ">moa</span>   <tr>  <td width="170"  valign="top">  <div style="font-weight:bold; margin-top:12px">MOA-ID</div><br /> -<div id="klein"><img src="../moa_images/select.gif" border="0" width="13" height="14" />  +<div id="klein"><img src="../moa_images/select.gif" border="0" width="13" height="14" />  	<b> Übersicht</b></div> -<div id="klein"><a href="id-admin_1.htm"><img src="../moa_images/idle.gif" border="0" width="13" height="14" />  +<div id="klein"><a href="id-admin_1.htm"><img src="../moa_images/idle.gif" border="0" width="13" height="14" />  	<b> Basis-Installation</b></a></div> -<div id="klein"><a href="id-admin_2.htm"><img src="../moa_images/idle.gif" border="0" width="13" height="14" />  +<div id="klein"><a href="id-admin_2.htm"><img src="../moa_images/idle.gif" border="0" width="13" height="14" />  	<b> Konfiguration </b></a></div> -<div id="klein"><a href="id-admin_3.htm"><img src="../moa_images/idle.gif" border="0" width="13" height="14" />  +<div id="klein"><a href="id-admin_3.htm"><img src="../moa_images/idle.gif" border="0" width="13" height="14" />  	<b> Optionale<br />    Komponenten</b></a></div>  <br />  <div id="klein"><a href="moa.htm"><img src="../moa_images/west.gif" border="0" width="13" height="14" /> @@ -74,7 +74,7 @@ Projekt <span style="font-size:48pt; ">moa</span>   <p id="block">  Die Komponenten des Moduls Identifikation (MOA-ID), MOA-ID-AUTH und MOA-ID-PROXY, sind als plattformunabhängige Webapplikationen ausgelegt.  MOA-ID-AUTH ist die Basiskomponente des Moduls, und MOA-ID-PROXY ist eine optionale Zusatzkomponente. -Für den Betrieb dieser Webapplikationen wird eine Java Virtual Machine und ein Java Servlet Container vorausgesetzt.  +Für den Betrieb dieser Webapplikationen wird eine Java Virtual Machine und ein Java Servlet Container vorausgesetzt.  <br /><br />  Dieses Handbuch beschreibt die Installation und Konfiguration von MOA-ID-AUTH und von MOA-ID-PROXY, und die Einrichtung der Systemumgebungen.  </p> @@ -120,7 +120,7 @@ Folgende Software ist Voraussetzung für die Basis-Installation:  Um möglichen Versionskonflikten aus dem Weg zu gehen sollten stets die neuesten Versionen von MOA-ID als auch von MOA-SP/SS verwendet werden. <br/>  In diesem Betriebs-Szenario wird MOA-ID-AUTH in Tomcat deployt. Tomcat fungiert gleichzeitig als HTTP- und HTTPS-Endpunkt für MOA-ID-AUTH. Beide Protokolle werden direkt in Tomcat konfiguriert.  <br/><br/> -Die Webapplikation verwendet Log4j als Logging Toolkit.  +Die Webapplikation verwendet Log4j als Logging Toolkit.  </div>  </table>  <br /> @@ -172,7 +172,7 @@ Den MOA ID Webapplikationen kann jeweils optional ein Webserver vorgeschaltet se  <li>Apache Webserver 2.0.x mit mod_SSL </li>  <li>Jakarta mod_jk 1.2.2 </li>  </ul> -<div id="block">In diesem Fall übernimmt der vorgeschaltete Webserver die Funktion des HTTP- und HTTPS-Endpunktes. Beide Protokolle werden im Webserver konfiguriert.  +<div id="block">In diesem Fall übernimmt der vorgeschaltete Webserver die Funktion des HTTP- und HTTPS-Endpunktes. Beide Protokolle werden im Webserver konfiguriert.  <br /><br />  Mittels mod_jk werden die Webservice-Aufrufe, die im vorgeschalteten Webserver eintreffen, an Tomcat weiter geleitet, bzw. die Antwort von Tomcat wieder an den Webserver zurück übermittelt.  </div> @@ -188,7 +188,7 @@ Mittels mod_jk werden die Webservice-Aufrufe, die im vorgeschalteten Webserver e  <td valign="top">  <p id="subtitel">Konfiguration mit PostgreSQL (optional)</p>  <div id="block"> -Das MOA ID Webservice kann eine PostgreSQL Datenbank nutzen, um:  +Das MOA ID Webservice kann eine PostgreSQL Datenbank nutzen, um:  </div>  <ul>  <li>Log-Meldungen zu speichern </li> @@ -230,66 +230,66 @@ Die Versionsangaben beziehen sich auf die Versionen, mit denen die MOA ID Webapp  <br /><br />  <div id="block">                        <table border="1" width="100%" cellpadding="2" cellspacing="0"> -                        <tr>  +                        <tr>                            <th width="59%">Komponente</th>                            <th width="41%">Getestete Version</th>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>JDK (SDK)</b> </td>                            <td width="41%">min. <a href="http://java.sun.com/j2se/1.4.0/download.html">1.4.0</a> bzw. <a href="http://java.sun.com/j2se/1.4.2/download.html"><br>                            1.4.2</a><br/> -						  <a href="http://java.sun.com/j2se/1.5.0/download.html">1.5.0</a>	 +						  <a href="http://java.sun.com/j2se/1.5.0/download.html">1.5.0</a>  						  </td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%" height="21"><b>Tomcat</b></td> -                          <td width="41%" height="21">  +                          <td width="41%" height="21">                              <p><a href="http://archive.apache.org/dist/tomcat/tomcat-4/v4.1.31/bin/jakarta-tomcat-4.1.31.zip">4.1.31</a><br/>  							<a href="http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/tomcat/tomcat-5/v5.0.28/bin/jakarta-tomcat-5.0.28.zip">5.0.25</a></p>                            </td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>MOA-ID-AUTH </b></td> -                          <td width="41%"><a href="http://www.cio.gv.at/onlineservices/basicmodules/moa/implementation/">1.4 (neueste Version) </a></td> +                          <td width="41%"><a href="http://egovlabs.gv.at/frs/?group_id=6&release_id=5">1.4 (neueste Version) </a></td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>MOA-ID-PROXY </b></td> -                          <td width="41%"><a href="http://www.cio.gv.at/onlineservices/basicmodules/moa/implementation/">1.4 (neueste Version)</a></td> +                          <td width="41%"><a href="http://egovlabs.gv.at/frs/?group_id=6&release_id=5">1.4 (neueste Version)</a></td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>MOA-SPSS </b></td> -                          <td width="41%"><a href="http://www.cio.gv.at/onlineservices/basicmodules/moa/implementation/">1.4 (neueste Version)</a> </td> +                          <td width="41%"><a href="http://egovlabs.gv.at/frs/?group_id=6&release_id=5">1.4 (neueste Version)</a> </td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>Apache Webserver </b></td> -                          <td width="41%"><a href="http://httpd.apache.org/">1.3.X</a>  +                          <td width="41%"><a href="http://httpd.apache.org/">1.3.X</a>                              bzw.<br>                              <a href="http://httpd.apache.org/">2.0.X</a></td>                          </tr> -                        <tr>  -                          <td width="59%"><b>Microsoft Internet Information Server  +                        <tr> +                          <td width="59%"><b>Microsoft Internet Information Server                              </b></td>                            <td width="41%"><a href="http://www.microsoft.com/windows2000/en/server/iis/default.asp">5.0</a>  <br/>  						  <a href="http://www.microsoft.com/WindowsServer2003/iis/default.mspx">6.0</a>  </td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>mod_SSL </b></td> -                          <td width="41%">(<a href="http://httpd.apache.org/docs-2.0/ssl/">**</a>)   +                          <td width="41%">(<a href="http://httpd.apache.org/docs-2.0/ssl/">**</a>)                             </td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>Jakarta mod_jk </b></td> -                          <td width="41%"><a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/">1.2.2 </a>  +                          <td width="41%"><a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/">1.2.2 </a>                            </td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>Jakarta Log4j </b></td> -                          <td width="41%"><a href="http://jakarta.apache.org/log4j/docs/index.html">1.2.8</a>   +                          <td width="41%"><a href="http://jakarta.apache.org/log4j/docs/index.html">1.2.8</a>                             </td>                          </tr> -                        <tr>  +                        <tr>                            <td width="59%"><b>PostgreSQL </b></td> -                          <td width="41%"><a href="http://techdocs.postgresql.org/installguides.php">7.3</a>   +                          <td width="41%"><a href="http://techdocs.postgresql.org/installguides.php">7.3</a>                             </td>                          </tr>                        </table> diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index faffae81b..ee8c38c29 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -31,6 +31,7 @@  							<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
  							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  						</manifest>
 +            <addMavenDescriptor>false</addMavenDescriptor>
  					</archive>
  <!--
  					<webResources>
 @@ -61,49 +62,49 @@  			<artifactId>moa-id-lib</artifactId>
  			<version>${project.version}</version>
  		</dependency>
 -        <!-- transitive dependencies we don't want to include into the war --> -        <dependency> -            <groupId>iaik.prod</groupId> -            <artifactId>iaik_jce_full</artifactId> -            <!-- should be in the ext directory of the jre --> -            <scope>provided</scope> -        </dependency> -        <dependency> -            <groupId>iaik.prod</groupId> -            <artifactId>iaik_ecc</artifactId> -            <!-- should be in the ext directory of the jre --> -            <scope>provided</scope> -        </dependency> -        <dependency> -            <groupId>iaik.prod</groupId> -            <artifactId>iaik_Pkcs11Provider</artifactId> -            <!-- should be in the ext directory of the jre --> -            <scope>provided</scope> -        </dependency> -        <dependency> -            <groupId>iaik.prod</groupId> -            <artifactId>iaik_Pkcs11Wrapper</artifactId> -            <!-- should be in the ext directory of the jre --> -            <scope>provided</scope> -        </dependency> -        <dependency> -            <groupId>xalan</groupId> -            <artifactId>xalan</artifactId> -            <!-- should be provided by the container or jre --> -            <scope>provided</scope> -        </dependency> -        <dependency> -            <groupId>xerces</groupId> -            <artifactId>xercesImpl</artifactId> -            <!-- should be provided by the container or jre --> -            <scope>provided</scope> -        </dependency> -        <dependency> -            <groupId>xerces</groupId> -            <artifactId>xmlParserAPIs</artifactId> -            <!-- should be provided by the container or jre --> -            <scope>provided</scope> -        </dependency> +        <!-- transitive dependencies we don't want to include into the war -->
 +        <dependency>
 +            <groupId>iaik.prod</groupId>
 +            <artifactId>iaik_jce_full</artifactId>
 +            <!-- should be in the ext directory of the jre -->
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>iaik.prod</groupId>
 +            <artifactId>iaik_ecc</artifactId>
 +            <!-- should be in the ext directory of the jre -->
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>iaik.prod</groupId>
 +            <artifactId>iaik_Pkcs11Provider</artifactId>
 +            <!-- should be in the ext directory of the jre -->
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>iaik.prod</groupId>
 +            <artifactId>iaik_Pkcs11Wrapper</artifactId>
 +            <!-- should be in the ext directory of the jre -->
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>xalan</groupId>
 +            <artifactId>xalan</artifactId>
 +            <!-- should be provided by the container or jre -->
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>xerces</groupId>
 +            <artifactId>xercesImpl</artifactId>
 +            <!-- should be provided by the container or jre -->
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>xerces</groupId>
 +            <artifactId>xmlParserAPIs</artifactId>
 +            <!-- should be provided by the container or jre -->
 +            <scope>provided</scope>
 +        </dependency>
  	</dependencies>
  </project>
 diff --git a/spss/assembly.xml b/spss/assembly.xml index fb395df19..6649f9763 100644 --- a/spss/assembly.xml +++ b/spss/assembly.xml @@ -23,7 +23,7 @@  						</includes>  						<outputDirectory>/endorsed</outputDirectory>                          <!-- strip version off the artifact file names --> -                        <outputFileNameMapping>${artifactId}.{extension}</outputFileNameMapping> +                        <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping>  					</dependencySet>  					<dependencySet>  						<includes> diff --git a/spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschlüsselung_Bürger.20070823-20131022.SerNo04.der b/spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschluesselung_Buerger.20070823-20131022.SerNo04.derBinary files differ index 5f83fa43c..5f83fa43c 100644 --- a/spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschlüsselung_Bürger.20070823-20131022.SerNo04.der +++ b/spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschluesselung_Buerger.20070823-20131022.SerNo04.der diff --git a/spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Bürger.20070823-20131022.SerNo03.der b/spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Buerger.20070823-20131022.SerNo03.derBinary files differ index f4de446af..f4de446af 100644 --- a/spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Bürger.20070823-20131022.SerNo03.der +++ b/spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Buerger.20070823-20131022.SerNo03.der diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index b286db6a2..5a5afdebd 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -29,6 +29,7 @@                              <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>                              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>                          </manifest> +                        <addMavenDescriptor>false</addMavenDescriptor>                      </archive>                      <warName>moa-spss</warName>                      <webResources> | 
