------------------------------------------------------------------------ r6185 | jvergara | 2009-11-23 10:52:20 -0600 (Mon, 23 Nov 2009) | 5 lines Fix for issue 4364 (control-panel occasionally freezes Ubuntu 9.10). Use the same fix as for issue 4328 (Control Panel not usable in Ubuntu): Use InetAddress.getHostAddress() instead of InetAddress.getCanonicalHostName(). ------------------------------------------------------------------------ r6186 | jvergara | 2009-11-23 12:29:13 -0600 (Mon, 23 Nov 2009) | 2 lines Modify the code to allow a bigger heap size for the control-panel. ------------------------------------------------------------------------ r6188 | jvergara | 2009-11-24 05:06:16 -0600 (Tue, 24 Nov 2009) | 3 lines Fix for issue 4366 (NullPointerException when not entering a required value in an entry) Use the proper key to retrieve the label associated with the attribute. ------------------------------------------------------------------------ r6189 | jvergara | 2009-11-24 08:52:54 -0600 (Tue, 24 Nov 2009) | 2 lines Cleanup the completed tasks and dispose the progress dialogs once they are closed, since these increases the used memory and today there is no UI to redisplay closed progress dialogs. ------------------------------------------------------------------------ r6190 | abobrov | 2009-11-24 09:14:33 -0600 (Tue, 24 Nov 2009) | 2 lines - upgrade to BDB JE 4 [ 4.0.73 ] ------------------------------------------------------------------------ r6191 | abobrov | 2009-11-24 09:32:01 -0600 (Tue, 24 Nov 2009) | 3 lines - provide sample logging properties file to enable BDB JE 4 diagnostic logging and tracing configuration. ------------------------------------------------------------------------ r6192 | matthew_swift | 2009-11-25 04:05:23 -0600 (Wed, 25 Nov 2009) | 4 lines Fix issue 4360 - OpenDS does not answer anymore when doing 24+ simultaneous subtree searches without reading the response. Insert timeout based blocking write channel at bottom of LDAPClientConnection ByteChannel stack. ------------------------------------------------------------------------ r6193 | pgamba | 2009-11-25 04:52:59 -0600 (Wed, 25 Nov 2009) | 1 line Fix P3/#4340 ECL (draft mode): on second RS, first and last ChangeNumber are 0 and lastExternalChangelogCookie missing until first search ------------------------------------------------------------------------ r6194 | mrossign | 2009-11-25 10:42:38 -0600 (Wed, 25 Nov 2009) | 23 lines This is related to modifications done for RFE 4343. Sometimes a message like this appears in the logs: "Monitor data of remote servers are missing due to an error in the retrieval process. Potentially a server is too slow to provide its monitoring data over the protocol" This seems to be introduced by the monitoring publisher thread which may call the ReplicationServerDomain.completeMonitorData method at the same time a MonitoringRequest message is being treated and is also in the same method. These 2 threads are concurrently running the ReplicationServerDomain.completeMonitorData method as one of the thread wants to execute wrkMonitorData.completeComputing() which is outside of the syncronized section, the other thread may reset wrkMonitorData to null just before and this leads to a NPE. So another RS waiting for the monitor response will never receive it and display the annoying message. The fix is to move the wrkMonitorData.completeComputing() call into the synchronized section. ------------------------------------------------------------------------ r6198 | jvergara | 2009-11-25 14:42:49 -0600 (Wed, 25 Nov 2009) | 4 lines Fix for issue 4371 (setup throws NullPointerException when trying to use a PKCS12 certificate) Handle the case where the user provides a certificate without an alias. The code in CertificateManager has been updated to detect this situation. The code in ConfigureDS has also been updated to handle the case where the user does not provide a certificate nickname. ------------------------------------------------------------------------ r6199 | pgamba | 2009-11-26 03:41:25 -0600 (Thu, 26 Nov 2009) | 1 line Fix #4359 ECL - draft mode: changenumber reset takes a long time ------------------------------------------------------------------------ r6202 | jvergara | 2009-11-26 09:23:52 -0600 (Thu, 26 Nov 2009) | 2 lines Fix a problem with the generation of the equivalent command-line. ------------------------------------------------------------------------ r6203 | mrossign | 2009-11-26 10:38:09 -0600 (Thu, 26 Nov 2009) | 4 lines Fixed another case where the too slow log message may arrive. This is related to issue 4343 modifications. ------------------------------------------------------------------------ r6204 | jvergara | 2009-11-27 04:32:16 -0600 (Fri, 27 Nov 2009) | 3 lines Fix for issue 4372 (control-panel output is on one line on copy) Use a workaround for bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4988885 by adding a character. ------------------------------------------------------------------------ r6205 | jvergara | 2009-11-27 10:55:08 -0600 (Fri, 27 Nov 2009) | 2 lines Complete fix for issue 4372 (control-panel output is on one line on copy). ------------------------------------------------------------------------ r6207 | jvergara | 2009-11-27 17:53:01 -0600 (Fri, 27 Nov 2009) | 4 lines Consolidate some of the code used to display the equivalent command-line in the control panel. Be consistent in the way the control panel display the command-lines with the equivalent command-line of dsconfig. ------------------------------------------------------------------------ r6208 | gbellato | 2009-11-30 03:36:32 -0600 (Mon, 30 Nov 2009) | 5 lines Fix for 4373 : Replication initialization can take a long time at startup Because the list of local serverID is not initialized at startup time, the check for new local changes in the database can last for a long time. ------------------------------------------------------------------------ r6209 | jvergara | 2009-11-30 06:03:50 -0600 (Mon, 30 Nov 2009) | 3 lines Complete fix for issue 4371 (setup throws NullPointerException when trying to use a PKCS12 certificate) With these changes, the default server certificate nick name is used when the user decides to use a self-signed certificate. ------------------------------------------------------------------------ r6212 | jvergara | 2009-11-30 09:51:03 -0600 (Mon, 30 Nov 2009) | 3 lines Fix for issue 4375 (Consider not using default certificate nick names in configuration) Update ConfigureDS to remove by default the nick names (or to use everywhere the nick name of the user provided certificate). ------------------------------------------------------------------------ r6225 | jvergara | 2009-12-03 05:16:34 -0600 (Thu, 03 Dec 2009) | 2 lines Fix typo. ------------------------------------------------------------------------ r6226 | jvergara | 2009-12-03 05:21:05 -0600 (Thu, 03 Dec 2009) | 2 lines Add a missing tooltip. ------------------------------------------------------------------------ r6227 | jvergara | 2009-12-03 05:24:43 -0600 (Thu, 03 Dec 2009) | 2 lines Remove superfluous delete call. ------------------------------------------------------------------------ r6228 | gbellato | 2009-12-03 07:14:19 -0600 (Thu, 03 Dec 2009) | 2 lines Fix for 4382 : invalid monitoring attributes: suppress some whitespace in attribute names in replication monitoring ------------------------------------------------------------------------ r6236 | jvergara | 2009-12-04 04:20:42 -0600 (Fri, 04 Dec 2009) | 2 lines Refactor some constants. ------------------------------------------------------------------------ r6244 | jvergara | 2009-12-04 08:27:31 -0600 (Fri, 04 Dec 2009) | 2 lines Change the message for the certificate dialog to improve the resulting layout. ------------------------------------------------------------------------ r6251 | jvergara | 2009-12-05 04:12:14 -0600 (Sat, 05 Dec 2009) | 2 lines Use timeout argument when launching start in the setup and control-panel code. ------------------------------------------------------------------------ r6252 | jvergara | 2009-12-05 04:19:59 -0600 (Sat, 05 Dec 2009) | 2 lines Fix a typo. ------------------------------------------------------------------------ r6254 | lfrost | 2009-12-08 02:39:04 -0600 (Tue, 08 Dec 2009) | 1 line Improve wording of setup message ------------------------------------------------------------------------ r6260 | pgamba | 2009-12-09 03:24:11 -0600 (Wed, 09 Dec 2009) | 1 line Fix #4361 ECL - draft mode: temporary fake lastChangeNumber after thousands of updates ------------------------------------------------------------------------ r6261 | pgamba | 2009-12-09 03:56:00 -0600 (Wed, 09 Dec 2009) | 1 line Minor fix to improve reliability of unit test ECLSimultaneousPsearches ------------------------------------------------------------------------ r6262 | pgamba | 2009-12-09 07:39:32 -0600 (Wed, 09 Dec 2009) | 1 line Improve error handling on entryuid mapping in ECL ------------------------------------------------------------------------ r6263 | pgamba | 2009-12-09 07:42:48 -0600 (Wed, 09 Dec 2009) | 1 line Minor comments improvements ------------------------------------------------------------------------ r6264 | jvergara | 2009-12-10 04:45:08 -0600 (Thu, 10 Dec 2009) | 4 lines Commit a potential fix for issue 4394 (Quicksetup doesn't work with openJDK 1.6 64 bits (fedora core 12)) The fix is not really a fix for this, the code silently ignored the non existence of the javax.jnlp.DownloadService. The modifications consist basically on identifying this situation and providing an error message informing of this and of the alternatives the user has to setup OpenDS (download a ZIP file). ------------------------------------------------------------------------ r6265 | pgamba | 2009-12-10 04:49:19 -0600 (Thu, 10 Dec 2009) | 1 line Minor fix of a regression introduced by the last commit to have a better error handling ------------------------------------------------------------------------ r6267 | pgamba | 2009-12-10 10:57:24 -0600 (Thu, 10 Dec 2009) | 1 line Fix #4395 ECL cookie older than server changelog db trim is not detected ------------------------------------------------------------------------ r6268 | jvergara | 2009-12-10 11:00:49 -0600 (Thu, 10 Dec 2009) | 6 lines Complete a potential fix for issue 4394 (Quicksetup doesn't work with openJDK 1.6 64 bits (fedora core 12)) The fix is not really a fix for this, the code silently ignored the non existence of the javax.jnlp.DownloadService. The modifications consist basically on identifying this situation and providing an error message informing of this and of the alternatives the user has to setup OpenDS (download a ZIP file). With these modifications, the error message will appear directly once the basic classes are downloaded (and the user does not have to wait till 'Finished' is clicked to get the error). ------------------------------------------------------------------------ r6269 | pgamba | 2009-12-11 09:26:13 -0600 (Fri, 11 Dec 2009) | 1 line Improve error msg adding a usable cookie when a domain has been removed or ECL disabled ------------------------------------------------------------------------ r6270 | jvergara | 2009-12-11 10:55:17 -0600 (Fri, 11 Dec 2009) | 4 lines Fix for issue 4398 (status can be very slow: include a refresh mode) Add a new option, where the user can specify the period (in seconds) that must be use to re-display the status of the server. ------------------------------------------------------------------------ r6271 | jvergara | 2009-12-11 11:01:19 -0600 (Fri, 11 Dec 2009) | 5 lines Fix for issue 4398 (status can be very slow: include a refresh mode) Add a new option, where the user can specify the period (in seconds) that must be use to re-display the status of the server. ------------------------------------------------------------------------ r6273 | dugan | 2009-12-12 18:28:46 -0600 (Sat, 12 Dec 2009) | 1 line remove period so MessageDescriptorRegistryTest will pass ------------------------------------------------------------------------ r6274 | jvergara | 2009-12-13 15:41:20 -0600 (Sun, 13 Dec 2009) | 5 lines Fix for issue 4399 (setup cant test free port correctly because it binds it to wrong address) Change the code in SetupUtils to use (as described in the API): "a socket address where the IP address is the wildcard address and the port number a specified value." instead of using the hardcoded address "localhost". ------------------------------------------------------------------------ r6276 | jvergara | 2009-12-14 07:25:09 -0600 (Mon, 14 Dec 2009) | 3 lines Fix for issue 4400 (Control Panel broken in OpenJDK) The problem occurs because the default border for the list highlight provides empty insets and this generates an exception in the CompoundBorder class). This is a bug in the OpenJDK, but the workaround is trivial (and only executed once during the loading of the classes), so I am implementing it because without it the control-panel cannot be used. ------------------------------------------------------------------------ r6277 | pgamba | 2009-12-14 09:35:49 -0600 (Mon, 14 Dec 2009) | 1 line try to improve this test ------------------------------------------------------------------------ r6278 | dugan | 2009-12-14 18:10:26 -0600 (Mon, 14 Dec 2009) | 1 line Import scalabilty improvements. ------------------------------------------------------------------------ r6279 | dugan | 2009-12-14 18:10:48 -0600 (Mon, 14 Dec 2009) | 1 line Import scalabilty improvements. ------------------------------------------------------------------------ r6280 | dugan | 2009-12-14 18:57:57 -0600 (Mon, 14 Dec 2009) | 1 line Fix javadoc warning. ------------------------------------------------------------------------ r6285 | dugan | 2009-12-15 19:43:02 -0600 (Tue, 15 Dec 2009) | 1 line Fix problem where second phase cache size calculation was too small. ------------------------------------------------------------------------ r6290 | dugan | 2009-12-17 09:46:24 -0600 (Thu, 17 Dec 2009) | 1 line Fix unit tests. ------------------------------------------------------------------------ r6292 | jvergara | 2009-12-17 15:11:04 -0600 (Thu, 17 Dec 2009) | 8 lines Fix for issue 3601 (Control Panel: unable to modify schema objects or attributes) The following changes allow the user to edit and modify attributes and objectclasses (those that are considered not part of the configuration or standard schema). With these changes the user can modify any property of the objectclass and the attributes, references to the modified elements (for instance when they are renamed) are updated in the schema. These modifications also allow to delete schema elements that are referenced elsewhere in the schema. Before the changes for instance deleting an attribute included in the definition of an object class was not allowed. With these changes, the user is informed of the existing dependencies, but he/she is allowed to proceed with the deletion of the attribute (the references will be automatically removed). ------------------------------------------------------------------------ r6293 | jvergara | 2009-12-17 18:06:57 -0600 (Thu, 17 Dec 2009) | 2 lines Do not display logging messages to the standard output. ------------------------------------------------------------------------ r6294 | jvergara | 2009-12-18 07:58:06 -0600 (Fri, 18 Dec 2009) | 3 lines Fix for issue 4410 (dsreplication --disableAll does not remove all the references to the server in cn=admin data). Remove not only servers, but also server groups, instance keys and administrators in cn=admin data. ------------------------------------------------------------------------ r6295 | jvergara | 2009-12-21 10:17:55 -0600 (Mon, 21 Dec 2009) | 3 lines Partial fix for issue 4412 (creating bogus entry from ldif in control panel, the error warning winodw shows hidden behind) The following modifications are targetted to force the progress dialog to appear in front when an entry is created. ------------------------------------------------------------------------ r6296 | jvergara | 2009-12-21 10:23:41 -0600 (Mon, 21 Dec 2009) | 2 lines Fix for issue 4413 (setup should use scroll panes in its panels) ------------------------------------------------------------------------ r6297 | pgamba | 2009-12-21 10:31:11 -0600 (Mon, 21 Dec 2009) | 1 line BrokerReader errors must be relayed to main thread ------------------------------------------------------------------------ r6299 | csovant | 2009-12-21 10:44:30 -0600 (Mon, 21 Dec 2009) | 1 line Frontport of 2.2 tests to the trunk ------------------------------------------------------------------------ r6300 | jvergara | 2009-12-21 17:00:01 -0600 (Mon, 21 Dec 2009) | 3 lines Fix a typo. Put the --hostName argument just after --generateSelfSignedCertificate argument. ------------------------------------------------------------------------ r6302 | pgamba | 2009-12-22 03:41:45 -0600 (Tue, 22 Dec 2009) | 1 line Try improve reliability of the results of this test ------------------------------------------------------------------------ r6303 | pgamba | 2009-12-22 05:49:34 -0600 (Tue, 22 Dec 2009) | 1 line Still try to improve this test ------------------------------------------------------------------------ r6304 | madiot | 2009-12-22 09:03:13 -0600 (Tue, 22 Dec 2009) | 2 lines enable multiple webcontainer to test with DSML ------------------------------------------------------------------------ r6305 | jvergara | 2009-12-22 10:10:29 -0600 (Tue, 22 Dec 2009) | 4 lines Complete fix for issue 4410 (dsreplication --disableAll does not remove all the references to the server in cn=admin data). With these changes, the references in cn=config are also removed. ------------------------------------------------------------------------ r6306 | jvergara | 2009-12-22 10:54:18 -0600 (Tue, 22 Dec 2009) | 3 lines Fix for issue 4414 (It would be nice to have the equivalent command-line displayed in setup) Implement the feature as it is described in the issue. ------------------------------------------------------------------------ r6309 | jvergara | 2009-12-23 04:50:38 -0600 (Wed, 23 Dec 2009) | 4 lines Follow up to fix issue 4414 (It would be nice to have the equivalent command-line displayed in setup) Include the stop-ds command-line when the user chooses to configure replication and not to run the server when setup is complete. Make the displayed command-line to be dynamically updated when the user clicks on the check boxes (start server and configure windows service) in the review panel. ------------------------------------------------------------------------ r6310 | pgamba | 2009-12-24 12:46:54 -0600 (Thu, 24 Dec 2009) | 1 line ------------------------------------------------------------------------ r6311 | abobrov | 2009-12-25 12:28:32 -0600 (Fri, 25 Dec 2009) | 2 lines - land Subentry Manager and Collective Attributes implementations; Merry XMAS to yall! ------------------------------------------------------------------------ r6312 | abobrov | 2009-12-25 12:31:32 -0600 (Fri, 25 Dec 2009) | 2 lines - unit tests covering Subentry Manager and Collective Attributes functionality. ------------------------------------------------------------------------ r6313 | jvergara | 2010-01-04 00:46:50 -0600 (Mon, 04 Jan 2010) | 3 lines Complete fix for issue 4412 (creating bogus entry from ldif in control panel, the error warning winodw shows hidden behind) Rewrite the code used to calculate the preferred size of the error pane. ------------------------------------------------------------------------ r6314 | jvergara | 2010-01-04 05:09:59 -0600 (Mon, 04 Jan 2010) | 3 lines Fix for issue 4415 (Control panel connection chooser doesn't show in task bar) Use a JFrame instead of a JDialog for the initial login dialog. ------------------------------------------------------------------------ r6315 | jvergara | 2010-01-04 10:04:27 -0600 (Mon, 04 Jan 2010) | 3 lines Fix for issue 4416 (Incorrect Review step in webstart installer) This is a regression introduced with the new review panel done for issue https://opends.dev.java.net/issues/show_bug.cgi?id=4414. ------------------------------------------------------------------------ r6316 | pgamba | 2010-01-04 10:53:27 -0600 (Mon, 04 Jan 2010) | 1 line Fix AssuredReplicationPlugin silent failure in FakeReplicationServer subthreads ------------------------------------------------------------------------ r6317 | fguigues | 2010-01-04 11:23:43 -0600 (Mon, 04 Jan 2010) | 2 lines ConfigGuideGeneration uses DynamicContants class definitions ------------------------------------------------------------------------ r6318 | boli | 2010-01-04 12:59:17 -0600 (Mon, 04 Jan 2010) | 1 line Java code generated from admin definitions using the RelativeInheritedDefaultBehaviorProvider won?\226?\128?\153t compile because of missing import for the DefaultBehaviorProvider class. ------------------------------------------------------------------------ r6319 | jvergara | 2010-01-05 02:45:44 -0600 (Tue, 05 Jan 2010) | 2 lines Fix some transparency issues introduced when fixing https://opends.dev.java.net/issues/show_bug.cgi?id=4414. ------------------------------------------------------------------------ r6320 | pgamba | 2010-01-06 04:44:35 -0600 (Wed, 06 Jan 2010) | 1 line Minor unit test improvement ------------------------------------------------------------------------ r6321 | jvergara | 2010-01-06 16:00:33 -0600 (Wed, 06 Jan 2010) | 2 lines Fix a NullPointerException that occurs in the 'Manage Schema' dialog of the control panel when a syntax has no name (and only has an OID). ------------------------------------------------------------------------ r6322 | jvergara | 2010-01-06 16:39:35 -0600 (Wed, 06 Jan 2010) | 5 lines Fix for issue 4417 (control panel manage tasks not showing tasks log message) Display the log messages of the selected task. Improve how the panel handle the modification in the contents of the task and when the user modifies the displayed attributes in the table. Before this changes the selection of the table was always lost, with this changes the previously selected task(s) are still selected. Improve some labeling in the 'View' menu. ------------------------------------------------------------------------ r6323 | jvergara | 2010-01-07 04:16:26 -0600 (Thu, 07 Jan 2010) | 2 lines Use generics to avoid warnings from my IDE. ------------------------------------------------------------------------ r6324 | jvergara | 2010-01-07 08:42:58 -0600 (Thu, 07 Jan 2010) | 3 lines Follow up to fix for issue 4417 (control panel manage tasks not showing tasks log message) Layout improvements. ------------------------------------------------------------------------ r6325 | jvergara | 2010-01-07 08:44:11 -0600 (Thu, 07 Jan 2010) | 4 lines Follow up to fix for issue 4417 (control panel manage tasks not showing tasks log message) Layout improvements. ------------------------------------------------------------------------ r6326 | jvergara | 2010-01-08 04:05:47 -0600 (Fri, 08 Jan 2010) | 3 lines Fix for issue 4471 (Default upgrade path in Webstart upgrader is not correct) Calculate the path instead of using the one provided by the installer. ------------------------------------------------------------------------ r6327 | jvergara | 2010-01-08 04:08:58 -0600 (Fri, 08 Jan 2010) | 4 lines Fix for issue 4466 (provide installer log location in the progress screen) The user is notified of the existence of the log file at the beginning of the 'Details' area in the progress dialog. If an error occurs, the log file is also referenced: the user is asked to provide the log file if (s)he intends to report the error. ------------------------------------------------------------------------ r6328 | jvergara | 2010-01-08 04:10:53 -0600 (Fri, 08 Jan 2010) | 2 lines Update copyright year. ------------------------------------------------------------------------ r6331 | pgamba | 2010-01-11 07:05:45 -0600 (Mon, 11 Jan 2010) | 1 line Improve unit test ------------------------------------------------------------------------ r6332 | floblanc | 2010-01-11 07:27:00 -0600 (Mon, 11 Jan 2010) | 2 lines Fix 4472 Wrong algorithm to check if a workflow element is parent of another workflow element ------------------------------------------------------------------------ r6334 | pgamba | 2010-01-11 09:32:15 -0600 (Mon, 11 Jan 2010) | 1 line Fix #4464 search of root dse long due to search on changelog ------------------------------------------------------------------------ r6335 | jvergara | 2010-01-11 11:55:28 -0600 (Mon, 11 Jan 2010) | 2 lines Remove non used line. ------------------------------------------------------------------------ r6336 | dugan | 2010-01-12 11:47:43 -0600 (Tue, 12 Jan 2010) | 1 line Increase maximum size of database log file from 10MBto 100MB. Issue 4477 ------------------------------------------------------------------------ r6337 | jvergara | 2010-01-12 19:54:09 -0600 (Tue, 12 Jan 2010) | 3 lines Fix for issue 4484 (Follow Referrals functionality is broken). The code was not complete. Fix some issues in different areas. ------------------------------------------------------------------------ r6338 | dugan | 2010-01-12 21:29:40 -0600 (Tue, 12 Jan 2010) | 1 line Issue 4476 large thread count and small heap cause OOME. ------------------------------------------------------------------------ r6339 | pgamba | 2010-01-13 04:17:48 -0600 (Wed, 13 Jan 2010) | 1 line Fix potential NPE on stopRSHeartBeatMonitoring in unit test and document service ------------------------------------------------------------------------ r6340 | pgamba | 2010-01-13 04:18:08 -0600 (Wed, 13 Jan 2010) | 1 line Fix potential NPE on stopRSHeartBeatMonitoring in unit test and document service ------------------------------------------------------------------------ r6341 | csovant | 2010-01-13 09:40:36 -0600 (Wed, 13 Jan 2010) | 1 line Fix tests-configure target ------------------------------------------------------------------------ r6342 | csovant | 2010-01-13 09:41:48 -0600 (Wed, 13 Jan 2010) | 1 line Fix security/client_auth and security/account_activation testsuites ------------------------------------------------------------------------ r6343 | csovant | 2010-01-13 09:42:57 -0600 (Wed, 13 Jan 2010) | 1 line Add timeout in runCommand function ------------------------------------------------------------------------ r6344 | dugan | 2010-01-13 10:03:22 -0600 (Wed, 13 Jan 2010) | 1 line Offline rebuild-index hanging after complete. Issue 4405. ------------------------------------------------------------------------ r6345 | jvergara | 2010-01-13 11:19:12 -0600 (Wed, 13 Jan 2010) | 8 lines Fix for issues https://opends.dev.java.net/issues/show_bug.cgi?id=4484 and https://opends.dev.java.net/issues/show_bug.cgi?id=4485. Both issues are related to referrals. With these modifications: 1. If the user selects to follow referrals and they cannot be followed, an error message appears when the user selects the referral entry. 2. If the LDAP URL in the referral has no host/port specified, the local server is used. 3. An error message is displayed when there is a DIT loop condition (a referral in a server points to an entry in the same server that is an ascentor of the referral entry). 4. The scope and filter of the referral are honoured in a best-effort mode: the first entry of the referral filter is used to 'follow' the referral. So there is an accepted limitation in this area: if a referral has a filter where several entries can be retrieved, the first entry found is used to represent the node (and thus different refreshes in the browser can make that different entries appear in the place of the referral entry). ------------------------------------------------------------------------ r6346 | jvergara | 2010-01-13 11:22:59 -0600 (Wed, 13 Jan 2010) | 2 lines Keep the default behavior of not following referrals by default in the LDAP browser of the control panel. ------------------------------------------------------------------------ r6347 | jvergara | 2010-01-13 11:28:53 -0600 (Wed, 13 Jan 2010) | 2 lines Fix checkstyle. ------------------------------------------------------------------------ r6348 | dugan | 2010-01-13 15:52:31 -0600 (Wed, 13 Jan 2010) | 1 line IllegalStateException during import. Issue 4407 ------------------------------------------------------------------------ r6349 | matthew_swift | 2010-01-14 04:25:01 -0600 (Thu, 14 Jan 2010) | 2 lines Partial fix for issue 2296: fix minor bugs in XSL scripts. ------------------------------------------------------------------------ r6350 | matthew_swift | 2010-01-14 04:28:19 -0600 (Thu, 14 Jan 2010) | 4 lines Fix issue 2296: use Xalan-J as XSLT engine instead of built in JDK engine (Saxon). Note that xercesImpl.jar ad xml-apis.jar are not really needed for the build since Ant includes its own older versions. However I have included the versions shipped with Xalan-J for completeness (the older versions included with Ant seem to work ok). ------------------------------------------------------------------------ r6351 | hajma | 2010-01-14 05:08:05 -0600 (Thu, 14 Jan 2010) | 3 lines Catalan translations from the community ------------------------------------------------------------------------ r6352 | csovant | 2010-01-14 11:14:24 -0600 (Thu, 14 Jan 2010) | 1 line Fix runCommand function ------------------------------------------------------------------------ r6353 | jvergara | 2010-01-14 16:01:58 -0600 (Thu, 14 Jan 2010) | 2 lines Fix for issue 4489 (java is not detected even if the JAVA_HOME variable is defined) ------------------------------------------------------------------------