[jira] [Commented] (VALIDATOR-486) the IBAN validator does not support all the IBAN supported countries

2023-01-16 Thread Eugen Hanussek (Jira)


[ 
https://issues.apache.org/jira/browse/VALIDATOR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17677458#comment-17677458
 ] 

Eugen Hanussek commented on VALIDATOR-486:
--

No, I'm not confused. This is my personal decision, because I am involved. 
Please respect it.

> the IBAN validator does not support all the IBAN supported countries
> 
>
> Key: VALIDATOR-486
> URL: https://issues.apache.org/jira/browse/VALIDATOR-486
> Project: Commons Validator
>  Issue Type: Bug
>Affects Versions: 1.7
>Reporter: Nicola Gioia
>Priority: Major
>
> the list of supported countries for iban miss the following countries:
> |Burundi|BI|
> |Djibouti|DJ|
> |Libya|LY|
> |Russia|RU|
> |Sudan|SD|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (VALIDATOR-486) the IBAN validator does not support all the IBAN supported countries

2023-01-16 Thread Eugen Hanussek (Jira)


[ 
https://issues.apache.org/jira/browse/VALIDATOR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17677438#comment-17677438
 ] 

Eugen Hanussek commented on VALIDATOR-486:
--

Hi [~ggregory] - I will provide IBAN Validator for DJ.

In Release 92 – May 2022 of iban-registry.pdf DJ is listed.

Not for RU because of the sanctions!

By the way: what about the pull requests 
[https://github.com/apache/commons-validator/pull/60] and 
[https://github.com/apache/commons-validator/pull/61] ?

Regards EUGen

> the IBAN validator does not support all the IBAN supported countries
> 
>
> Key: VALIDATOR-486
> URL: https://issues.apache.org/jira/browse/VALIDATOR-486
> Project: Commons Validator
>  Issue Type: Bug
>Affects Versions: 1.7
>Reporter: Nicola Gioia
>Priority: Major
>
> the list of supported countries for iban miss the following countries:
> |Burundi|BI|
> |Djibouti|DJ|
> |Libya|LY|
> |Russia|RU|
> |Sudan|SD|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (VALIDATOR-486) the IBAN validator does not support all the IBAN supported countries

2023-01-07 Thread Eugen Hanussek (Jira)


[ 
https://issues.apache.org/jira/browse/VALIDATOR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655732#comment-17655732
 ] 

Eugen Hanussek commented on VALIDATOR-486:
--

Hi [~nicola.gioia] , [~ggregory] 

there is a pull request waiting for merging

[https://github.com/apache/commons-validator/pull/67] - IBAN Validator for LY , 
SD , BI

Gary, please merge

regards EUGen

> the IBAN validator does not support all the IBAN supported countries
> 
>
> Key: VALIDATOR-486
> URL: https://issues.apache.org/jira/browse/VALIDATOR-486
> Project: Commons Validator
>  Issue Type: Bug
>Affects Versions: 1.7
>Reporter: Nicola Gioia
>Priority: Major
>
> the list of supported countries for iban miss the following countries:
> |Burundi|BI|
> |Djibouti|DJ|
> |Libya|LY|
> |Russia|RU|
> |Sudan|SD|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (VALIDATOR-482) ISBN validator validates false for existing book

2021-08-20 Thread Eugen Hanussek (Jira)


[ 
https://issues.apache.org/jira/browse/VALIDATOR-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17402112#comment-17402112
 ] 

Eugen Hanussek commented on VALIDATOR-482:
--

Hi [~paulspeijers]

for me the format is a question of definiton. And according to the current 
definition it is not a bug.

Of course you can require to change the definition. This will be a new feature.

regards

> ISBN validator validates false for existing book
> 
>
> Key: VALIDATOR-482
> URL: https://issues.apache.org/jira/browse/VALIDATOR-482
> Project: Commons Validator
>  Issue Type: Bug
>Reporter: Paul Speijers
>Priority: Major
> Attachments: 482.PNG
>
>
> For instance the following ISBN number exists but the validator returns false:
> 978-0199828234
> https://www.worldcat.org/search?q=978-0199828234



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (VALIDATOR-482) ISBN validator validates false for existing book

2021-08-19 Thread Eugen Hanussek (Jira)


[ 
https://issues.apache.org/jira/browse/VALIDATOR-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17401758#comment-17401758
 ] 

Eugen Hanussek edited comment on VALIDATOR-482 at 8/19/21, 5:18 PM:


Hi [~paulspeijers],

the format you use is not valid for the validator.

Use one of the following formats to check:

"978-0-19-982823-4", // see Attachment
 "978 0 19 982823 4",
 "9780199828234",

 

!image-2021-08-19-19-01-20-512.png!

 

regards EUGen

 


was (Author: homebeaver):
Hi [~paulspeijers],

the format you use is not valid for the validator.

Use one of the following formats to check:

"978-0-19-982823-4", // 
https://issues.apache.org/jira/projects/VALIDATOR/issues/VALIDATOR-482
 "978 0 19 982823 4",
 "9780199828234",

 

!image-2021-08-19-19-01-20-512.png!

 

regards EUGen

 

> ISBN validator validates false for existing book
> 
>
> Key: VALIDATOR-482
> URL: https://issues.apache.org/jira/browse/VALIDATOR-482
> Project: Commons Validator
>  Issue Type: Bug
>Reporter: Paul Speijers
>Priority: Major
> Attachments: 482.PNG
>
>
> For instance the following ISBN number exists but the validator returns false:
> 978-0199828234
> https://www.worldcat.org/search?q=978-0199828234



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (VALIDATOR-482) ISBN validator validates false for existing book

2021-08-19 Thread Eugen Hanussek (Jira)


 [ 
https://issues.apache.org/jira/browse/VALIDATOR-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugen Hanussek updated VALIDATOR-482:
-
Attachment: 482.PNG

> ISBN validator validates false for existing book
> 
>
> Key: VALIDATOR-482
> URL: https://issues.apache.org/jira/browse/VALIDATOR-482
> Project: Commons Validator
>  Issue Type: Bug
>Reporter: Paul Speijers
>Priority: Major
> Attachments: 482.PNG
>
>
> For instance the following ISBN number exists but the validator returns false:
> 978-0199828234
> https://www.worldcat.org/search?q=978-0199828234



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (VALIDATOR-482) ISBN validator validates false for existing book

2021-08-19 Thread Eugen Hanussek (Jira)


[ 
https://issues.apache.org/jira/browse/VALIDATOR-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17401758#comment-17401758
 ] 

Eugen Hanussek commented on VALIDATOR-482:
--

Hi [~paulspeijers],

the format you use is not valid for the validator.

Use one of the following formats to check:

"978-0-19-982823-4", // 
https://issues.apache.org/jira/projects/VALIDATOR/issues/VALIDATOR-482
 "978 0 19 982823 4",
 "9780199828234",

 

!image-2021-08-19-19-01-20-512.png!

 

regards EUGen

 

> ISBN validator validates false for existing book
> 
>
> Key: VALIDATOR-482
> URL: https://issues.apache.org/jira/browse/VALIDATOR-482
> Project: Commons Validator
>  Issue Type: Bug
>Reporter: Paul Speijers
>Priority: Major
>
> For instance the following ISBN number exists but the validator returns false:
> 978-0199828234
> https://www.worldcat.org/search?q=978-0199828234



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (VALIDATOR-477) Add IBAN validator for LY – Libya and SD - Sudan

2021-07-12 Thread Eugen Hanussek (Jira)


 [ 
https://issues.apache.org/jira/browse/VALIDATOR-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugen Hanussek updated VALIDATOR-477:
-
Description: 
in latest IBAN_Registry.txt I found a new IBAN for LY which was added in 
Sep-20. There is no definiton in 1.7, nor in master branch IBANValidator class

example: LY8300204820100120361

IBAN structure : LY2!n3!n3!n15!n
 IBAN length : 25 

meanwhile, Jun-21, there is a new registry entry: SD 

example: SD2129010501234001

regards Eugen H.

  was:
in latest IBAN_Registry.txt I found a new IBAN for LY which was added in 
Sep-20. There is no definiton in 1.7, nor in master branch IBANValidator class

example: LY8300204820100120361

IBAN structure : LY2!n3!n3!n15!n
IBAN length : 25

 

regards Eugen H.


> Add IBAN validator for LY – Libya and SD - Sudan
> 
>
> Key: VALIDATOR-477
> URL: https://issues.apache.org/jira/browse/VALIDATOR-477
> Project: Commons Validator
>  Issue Type: Improvement
>Affects Versions: 1.7
>Reporter: Eugen Hanussek
>Priority: Minor
> Fix For: 1.8
>
>
> in latest IBAN_Registry.txt I found a new IBAN for LY which was added in 
> Sep-20. There is no definiton in 1.7, nor in master branch IBANValidator class
> example: LY8300204820100120361
> IBAN structure : LY2!n3!n3!n15!n
>  IBAN length : 25 
> meanwhile, Jun-21, there is a new registry entry: SD 
> example: SD2129010501234001
> regards Eugen H.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (VALIDATOR-477) Add IBAN validator for LY – Libya and SD - Sudan

2021-07-12 Thread Eugen Hanussek (Jira)


 [ 
https://issues.apache.org/jira/browse/VALIDATOR-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugen Hanussek updated VALIDATOR-477:
-
Summary: Add IBAN validator for LY – Libya and SD - Sudan  (was: Add IBAN 
validator for LY – Libya)

> Add IBAN validator for LY – Libya and SD - Sudan
> 
>
> Key: VALIDATOR-477
> URL: https://issues.apache.org/jira/browse/VALIDATOR-477
> Project: Commons Validator
>  Issue Type: Improvement
>Affects Versions: 1.7
>Reporter: Eugen Hanussek
>Priority: Minor
> Fix For: 1.8
>
>
> in latest IBAN_Registry.txt I found a new IBAN for LY which was added in 
> Sep-20. There is no definiton in 1.7, nor in master branch IBANValidator class
> example: LY8300204820100120361
> IBAN structure : LY2!n3!n3!n15!n
> IBAN length : 25
>  
> regards Eugen H.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (VALIDATOR-481) Provide a general MOD 97-10 modul according to ISO/IEC 7064 + LEI validator

2021-07-04 Thread Eugen Hanussek (Jira)
Eugen Hanussek created VALIDATOR-481:


 Summary: Provide a general MOD 97-10 modul according to ISO/IEC 
7064 + LEI validator
 Key: VALIDATOR-481
 URL: https://issues.apache.org/jira/browse/VALIDATOR-481
 Project: Commons Validator
  Issue Type: New Feature
Reporter: Eugen Hanussek


then use this module for
 * LEI validator, see [https://en.wikipedia.org/wiki/Legal_Entity_Identifier]
 * Leitweg-ID validator, see [https://de.wikipedia.org/wiki/Leitweg-ID] (In 
e-invoices to German public entities there is a specific identification schema 
called Leitweg-ID.The schema can be found in the most recent version of the ISO 
6523 ICD list.The prefix of this specfic ICD identifier is 0204)
 * and for the IBAN validator as well

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (VALIDATOR-477) Add IBAN validator for LY – Libya

2020-10-23 Thread Eugen Hanussek (Jira)
Eugen Hanussek created VALIDATOR-477:


 Summary: Add IBAN validator for LY – Libya
 Key: VALIDATOR-477
 URL: https://issues.apache.org/jira/browse/VALIDATOR-477
 Project: Commons Validator
  Issue Type: Improvement
Affects Versions: 1.7
Reporter: Eugen Hanussek


in latest IBAN_Registry.txt I found a new IBAN for LY which was added in 
Sep-20. There is no definiton in 1.7, nor in master branch IBANValidator class

example: LY8300204820100120361

IBAN structure : LY2!n3!n3!n15!n
IBAN length : 25

 

regards Eugen H.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (VALIDATOR-456) provide an extractor of routingNo and AccountNo for a valid IBAN

2019-04-03 Thread Eugen Hanussek (JIRA)
Eugen Hanussek created VALIDATOR-456:


 Summary: provide an extractor of routingNo and AccountNo for a 
valid IBAN
 Key: VALIDATOR-456
 URL: https://issues.apache.org/jira/browse/VALIDATOR-456
 Project: Commons Validator
  Issue Type: New Feature
Reporter: Eugen Hanussek


for a validated iban, we can extract the routingNo and AccountNo 

example for Austria
 {{ATkk  bccc  }} - {{b}} is the routingNo and {{ccc...c}} is 
the AccountNo

Benifit : with routingNo we can find the bank the iban belongs to.
Example : AT611904300234573201 - the routingNo is 19043 - this is UniCredit 
Bank AG

regards



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (VALIDATOR-455) Add IBAN validator for VA – Vatican City State

2019-04-02 Thread Eugen Hanussek (JIRA)
Eugen Hanussek created VALIDATOR-455:


 Summary: Add IBAN validator for VA – Vatican City State
 Key: VALIDATOR-455
 URL: https://issues.apache.org/jira/browse/VALIDATOR-455
 Project: Commons Validator
  Issue Type: Improvement
  Components: Routines
Affects Versions: 1.6
Reporter: Eugen Hanussek
 Fix For: 1.7


since Nov-18 in IBAN_Registry.pdf IBAN for VA is listed. There is no in 1.6 
neither in 1.7

example: VA5900112312345678

IBAN structure : VA2!n3!n15!n
IBAN length : 22

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)