[JBoss JIRA] Created: (JBRULES-383) some typos in the documentation
by KickMeToAndy (JIRA)
some typos in the documentation
-------------------------------
Key: JBRULES-383
URL: http://jira.jboss.com/jira/browse/JBRULES-383
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Documentation
Affects Versions: 3.0.3
Environment: documentation that is currently online.
Reporter: KickMeToAndy
Assigned To: Mark Proctor
Priority: Minor
Hello all,
i have just been evaluation jboss rules and encountered the following
documentation typos :
> > public Class Module {
> > private String name;
> > private String studentName;
> > private int score;
class has to be written with lowercase letter
> > Example 3.9. Literal Cosntraints with Collections
> > Example 3.10. Literal Cosntraints with Collections
misspelled constraints
> > 3.5.4.1.3. Literal Constraints
> > ....can use hasing to improve....
misspelled hashing
> > chapter following the figure 1.17 WorkingMemory
> > ....it should eventually me garbage collected anyway....
be garbage collected ?
> > 1.6.4.2. Assertion
> > ....however, no rules are executedl you call "fireAllRules()" after....
are executed ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months
[JBoss JIRA] Created: (JBAS-3390) Error starting up tomcat-ssl config on jboss-head testsuite module
by Rajesh Rajasekaran (JIRA)
Error starting up tomcat-ssl config on jboss-head testsuite module
------------------------------------------------------------------
Key: JBAS-3390
URL: http://jira.jboss.com/jira/browse/JBAS-3390
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.0.0.Beta
Reporter: Rajesh Rajasekaran
Fix For: JBossAS-5.0.0.Beta
The "tomcat-ssl" configuration fails to start with the following error:
2006-07-13 06:11:48,320 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
2006-07-13 06:11:48,585 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8443
2006-07-13 06:11:48,587 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-9080
2006-07-13 06:11:48,598 ERROR [org.apache.coyote.http11.Http11Protocol] Error initializing endpoint
java.io.IOException
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:393)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:134)
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:495)
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:160)
at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
at org.jboss.web.tomcat.tc6.StandardService.initialize(StandardService.java:688)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
The error messages are enclosed in the following server log file.
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-1.5/2006...
This can be verified by running the following target on the testsuite module.
ant tomcat-ssl-tests
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-1.5/2006...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months
[JBoss JIRA] Created: (JBAS-3438) LdapExtLoginModule does not handle roles containing '/' correctly
by johk johk (JIRA)
LdapExtLoginModule does not handle roles containing '/' correctly
-----------------------------------------------------------------
Key: JBAS-3438
URL: http://jira.jboss.com/jira/browse/JBAS-3438
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: JBossAS-4.0.3 SP1
Environment: RedHat Enterprise, JDK 5, Microsoft Active Directory
Reporter: johk johk
Assigned To: Scott M Stark
File: /jbosssx/src/main/org/jboss/security/auth/spi/LdapExtLoginModule.java (revision 1.7)
Method: protected void rolesSearch(InitialLdapContext ctx, SearchControls constraints, String user, String userDN, int recursionMax, int nesting)
Line: 407 "String dn = sr.getName() + "," + rolesCtxDN;"
Summary:
Under some conditions the string returned by sr.getName() may include inverted commas ("). When the dn variable is created by concatenating sr.getName() with rolesCtxDN the inverted comma is placed in the middle of the dn string. When ctx.getAttributes(dn, attrNames) is called (on line 409) an InvalidNameException is thrown. The exception is generated by the javax.naming.NameImpl, reporting "close quote appears before end of component".
Conditions:
This problem seems to occur when a '/' character is present in the name of the search result. In other words, under MS active directory if the name is of the form 'abc/def' it will be returned surrounded by inverted commas ie '"abc/def"'.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months