[JBoss JIRA] Created: (JBWEB-188) After removing the ROOT.war, NPE occurs and 200 OK is returned when browsing to a non existing path
by Masafumi Miura (JIRA)
After removing the ROOT.war, NPE occurs and 200 OK is returned when browsing to a non existing path
---------------------------------------------------------------------------------------------------
Key: JBWEB-188
URL: https://jira.jboss.org/browse/JBWEB-188
Project: JBoss Web
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Tomcat
Environment: JBossWeb-2.0.0.GA_CP14 which come with EAP 4.2 CP09 and EAP 4.3 CP08
Reporter: Masafumi Miura
Assignee: Remy Maucherat
After removing the ROOT.war, the server behaves as if it exists (200 OK is returned and page is loaded empty) and the console shows the following NPE when browsing to a non existing path.
ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing
java.lang.NullPointerException
at org.apache.catalina.connector.CoyoteAdapter.parseSessionCookiesId(CoyoteAdapter.java:507)
at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:449)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:239)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:636)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JBRULES-2754) Missing operators in HumanReadable
by Bruno Freudensprung (JIRA)
Missing operators in HumanReadable
----------------------------------
Key: JBRULES-2754
URL: https://jira.jboss.org/browse/JBRULES-2754
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-eclipse (expert)
Affects Versions: 5.1.1.FINAL
Environment: Windows XP SP3 + Eclipse 3.5.2
Reporter: Bruno Freudensprung
Assignee: Mark Proctor
The "matches", "soundslike" and "contains" operator are missing in the org.drools.eclipse.rulebuilder.modeldriven.HumanReadable class.
It causes a NullPointerException and, as a consequence, it is not possible to select the "contains" or the "matches" operator in the Eclipse business rule editor.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JASSIST-92) ExprEditor: edit "throw new Exception"-Statements
by Hans-Joerg Adel (JIRA)
ExprEditor: edit "throw new Exception"-Statements
-------------------------------------------------
Key: JASSIST-92
URL: https://jira.jboss.org/jira/browse/JASSIST-92
Project: Javassist
Issue Type: Feature Request
Affects Versions: 3.11.0.GA
Environment: WIndows Vista Java 1.6
Reporter: Hans-Joerg Adel
Assignee: Shigeru Chiba
Priority: Minor
Hi!
At the moment I am using the ExprEditor. I miss an edit-Method to access throw statements like the follwing ones:
throw new RuntimeException();
try {
foobar(x);
} catch (IllegalArgumentException e) {
doSomething();
throw e; // this statement
}
I think of something like this:
public void edit(ThrowExpr t) {
t.getType(); // returns the CtClass of the thrown Exception
}
Cheers
Ruwen and Hans-Joerg
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months