isl / x3ml

X3ML Engine supports the data transformation which is part of the data provisioning and aggregation process.
Apache License 2.0
20 stars 7 forks source link

Error message thrown if a URI contains % character #144

Closed ymark closed 3 years ago

ymark commented 3 years ago

The issue occurs when a URI is created for an entity using a template generator that uses as input a text node that contains % characters. This error is thrown if the % character has preceding or following spaces.

A part of a sample input to test this is the following:

<key>this is a 50% success</key>

ymark commented 3 years ago

The issue has been fixed.

The fix will be patched to version 1.9.5