Anonymous | Login | Signup for a new account | 11-22-2024 04:29 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0003881 | [Quercus] | minor | always | 02-07-10 12:05 | 02-07-10 12:05 | |||||||
Reporter | ice-breaker | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | Product Version | 4.0.2 | |||||||||
Summary | 0003881: extending or implementing unknown classes does not create error messages or incorrect messages | |||||||||||
Description | In Resin only a blank page is displayed when extending/implementing unknown classes. In Jetty a very uninformative message is displayed: "java.io.FileNotFoundException: jar:" | |||||||||||
Additional Information |
php file: class PHPUnit_Util_FilterIterator extends FilterIterator { public function accept() { return true; } } expected output: FilterIterator is an unknown class name resin output: *only a blank page* jetty output: Problem accessing /unknownClassBug.php. Reason: java.io.FileNotFoundException: jar: Caused by: com.caucho.quercus.QuercusException: java.io.FileNotFoundException: jar: at com.caucho.quercus.env.Env.executePage(Env.java:5199) at com.caucho.quercus.env.InternalAutoloadCallback.loadClass(InternalAutoloadCallback.java:68) ....... |
|||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed. 24 unique queries executed. |