Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159110 Details for
Bug 248073
Directory Browser shows nothing if the suffix is empty
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
cvs diff com/netscape/admin/dirserv/DSContentPage.java
DSContentPage.diffs (text/plain), 1.64 KB, created by
Noriko Hosoi
on 2007-07-12 23:31:07 UTC
(
hide
)
Description:
cvs diff com/netscape/admin/dirserv/DSContentPage.java
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2007-07-12 23:31:07 UTC
Size:
1.64 KB
patch
obsolete
>Index: com/netscape/admin/dirserv/DSContentPage.java >=================================================================== >RCS file: /cvs/dirsec/directoryconsole/src/com/netscape/admin/dirserv/DSContentPage.java,v >retrieving revision 1.2 >diff -t -w -U4 -r1.2 DSContentPage.java >--- com/netscape/admin/dirserv/DSContentPage.java 9 Sep 2005 18:23:11 -0000 1.2 >+++ com/netscape/admin/dirserv/DSContentPage.java 12 Jul 2007 23:28:47 -0000 >@@ -253,16 +253,17 @@ > // We populate the browser controller > for (int i = 0; i < _suffixes.length; i++) { > _controller.addSuffix(_suffixes[i], null); > } >- _controller.addSuffix("cn=schema", null); >- _controller.addSuffix("cn=monitor", null); >- _controller.addSuffix("cn=config", null); > } > else { >- // Probably an error >+ // Suffix has no entry > Debug.println(0, "DSContentPage.initialize: no suffix found"); > } >+ // Even if suffix has no entry, we should show system entries >+ _controller.addSuffix("cn=schema", null); >+ _controller.addSuffix("cn=monitor", null); >+ _controller.addSuffix("cn=config", null); > > _childrenController.setSorted(isSorted); > _controller.setShowContainerOnly(_layout.equals(ContentMenuController.NODE_LEAF_LAYOUT)); > _controller.setSorted(isSorted);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248073
: 159110 |
159208