Advanced search
Stork 2.0 - v.0.9 - PEPS - compilation error
mvn clean followed by mvn install in PEPS project folder fails with following error: [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /C:/ide/stork/ms-part2/MS-Part2/Software…
DISCUSSIONCreated: 25/11/2015Updated Date: 25/11/2015
Would it be possible to use it for ECI?
Hi, The online collection signature uses the most user hostile solution that can be to verify that citizen that signs are real citizen: the dreaded captcha. Using stork (assuming it can be legally be used as a proof of id) would probably be more user friendly. Do you think it would be possible from…
DISCUSSIONCreated: 18/10/2012Updated Date: 18/10/2012
Link to non guest service form does not open form when logged as guest
Form does not open for a service that requires a non guest login when link is followed and the user has already logged in as a guest. In that case the system should open the login page to allow the user to login as non guest and then it should display the form. Steps to reproduce: 1) If already…
DISCUSSIONCreated: 30/09/2011Updated Date: 30/09/2011
Service workflow does not start automatically when the service id is provided during the login (either as a user or as a guest)
For every municipality which participates in LGAF, there is a main website which displays information for all the services the municipality offers. Some of these services are offered online (electronic services) and therefore they are accompanied by a link to the services portal which is responsible…
DISCUSSIONCreated: 23/09/2011Updated Date: 23/09/2011
Creating a list "Λίστα Ανακύκλωσης" fails
The error: DEBUG [http-8080-2] (FOURIResolver.java:241) - File not found: file:/home/tomcat/fonts/tahoma.ttf ERROR [http-8080-2] (ServiceImpl.java:239) - org.apache.fop.apps.FOPException: Failed to resolve font with embed-url 'fonts/tahoma.ttf' To reproduce 1. login to the portal as: larisa…
DISCUSSIONCreated: 02/02/2011Updated Date: 02/02/2011
ESB is not starting
ESB Fails to start. HardwareNoneProductNoneOperating SystemNoneVersionNoneSeveritymajorResolutionWorks For MeComponentNone Category Bugs
DISCUSSIONCreated: 28/01/2011Updated Date: 28/01/2011
The call failed on the server
The following error is displayed to the end user as a message box when user clicks 'Εργασίες' or 'Ειδοποιήσεις': Message box title: [Message from webpage] Mesage box text: 'com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details' After that…
DISCUSSIONCreated: 27/01/2011Updated Date: 27/01/2011
Incorrect title for ColleagueRequest and APSelector pages
In the new version (0.5_rev3) of the reference implementation the shown title is now "JavaScript disabled" instead of the more proper messages (that were used in previous version). This happens for following pages (even though JavaScript is not disabled): http://peps:8888/PEPS/ColleagueRequest http…
DISCUSSIONCreated: 01/12/2010Updated Date: 01/12/2010
Bug in class SignSW in SAML engine
final String isu = certificate.getIssuerDN().getName(); if (serialNum.equalsIgnoreCase(serialNumber) && isu.equalsIgnoreCase(issuer)) { alias = aliasCert; find = true; } isu.equalsIgnoreCase(issuer) compares the complete DN of a certificate as String. However, the String returned by certificate…
DISCUSSIONCreated: 18/10/2010Updated Date: 18/10/2010
If displaying the error status, it should be the most specific one which corresponds to the error message
According to D5.8.1b Interface Specification v1.2.3_rev5.doc: If the subordinate status code is included in the response, then the status message must be the one corresponding to the subordinate status code, not the top-level status code. Our test team has the following suggestion: if the status…
DISCUSSIONCreated: 02/08/2010Updated Date: 02/08/2010
Error number displayed is not a number
Our test team has discovered the following problem: For error messages returned from IdP, PEPS shows urn:oasis:names:tc:SAML:2.0:status:Responder as error number. Steps to reproduce (reference implementation 0.4.2): proceed to login page and provide invalid password. Then the following text is…
DISCUSSIONCreated: 06/07/2010Updated Date: 06/07/2010
Incorrect error message when SAMLToken validation fails
When an SAMLToken validation fails (e.g. when used keys and certificates do not match), an incorrect message is shown to user: Error generating SAMLToken instead of Error validating SAMLToken The problem is in AUCPEPSManager.processAuthenticationRequest where correct message is logged but wrong…
DISCUSSIONCreated: 02/07/2010Updated Date: 02/07/2010