-
- Downloads
Fix UDF parsing from the configuration file.
The end of the description of a UDF was not detected when this UDF was followed by another UDF definition. This was due to an incorrect double quote escape in the regular expression of a UDF's definition.
Showing
- buildTAP.xml 1 addition, 1 deletionbuildTAP.xml
- src/tap/config/ConfigurableServiceConnection.java 2 additions, 2 deletionssrc/tap/config/ConfigurableServiceConnection.java
- test/tap/config/TestConfigurableServiceConnection.java 10 additions, 4 deletionstest/tap/config/TestConfigurableServiceConnection.java
Please register or sign in to comment