PDFreactor:
3.0.3311 (2008-07-07)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.1.290 (2007-11-07)
TYPO3 Extension:
2.0.2 (2007-06-14)
1.5 Why does edit-on Pro load a configuration file multiple times?
It is possible that the applet requests a configuration file (config.xml or uiconfig.xml) multiple times. The reason for this behavior is a bad character encoding of the configuration files.
The configuration files included within the installation/samples package are UTF-8 encoded. edit-on Pro will compare the character encoding of these files with their XML headers' encoding information, which is by default:
<?xml version="1.0" encoding="UTF-8"?>
In case the XML files' encoding isn't UTF-8 the applet will request the according file for a second time as it will re-check the character encoding.
You can avoid multiple loading of the configuration files by editing and saving them as UTF-8 documents in common text / XML editors (e.g. Windows Notepad, jEdit, etc.).