From 316de3b59fb81bff3077534fd4c41f0b9ae6aadf Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 2 Sep 2005 12:27:05 +0000 Subject: =?UTF-8?q?Bugfix=20304:=20Default-Reihenfolge=20der=20Widerrufsme?= =?UTF-8?q?chanismen=20auf=20(CRL,=20OCSP)=20ge=C3=A4ndert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@482 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spss.server/src/at/gv') diff --git a/spss.server/src/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.java b/spss.server/src/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.java index d9f9bc679..c8809b0d8 100644 --- a/spss.server/src/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.java +++ b/spss.server/src/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.java @@ -18,7 +18,7 @@ import at.gv.egovernment.moa.spss.server.config.ConfigurationProvider; public class RevocationProfileImpl implements RevocationProfile { /** The default service order. */ private static final String[] DEFAULT_SERVICE_ORDER = - { RevocationSourceTypes.OCSP, RevocationSourceTypes.CRL }; + { RevocationSourceTypes.CRL, RevocationSourceTypes.OCSP }; /** The ConfigurationProvider to read the MOA configuration data * from. */ private ConfigurationProvider config; -- cgit v1.2.3