mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
12.39.2009 3295b8a0a7805a55f1736e9913ba30464cb1fb48
refs
author jvergara <jvergara@localhost>
Monday, January 12, 2009 17:39 +0100
committer jvergara <jvergara@localhost>
Monday, January 12, 2009 17:39 +0100
commit3295b8a0a7805a55f1736e9913ba30464cb1fb48
tree 17cff3f2fb406959ece2ffae567cb5de52ce5b8f tree | zip | gz
parent 77073b016cfd85ac1df85b3ff53d6a14c6f04b9f view | diff
Issue 3710 (control-panel: error when creating an new base dn with automatically generated data)

Although it is marked as a control panel issue, the bug is on the core server and applies also to the import-ldif command-line.

The code is trying to build the path to the MakeLDIF resource directory by using the server root (install root) instead of the instance root. The MakeLDIF resource directory is located under <root>/config/MakeLDIF and so the instance root must be used.

1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tasks/ImportTask.java 2 ●●● diff | view | raw | blame | history