| Anonymous | Login | Signup for a new account | 10-28-2025 00:03 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | ||||||||
| Status | new | OS | ||||||||||
| Projection | none | OS Version | ||||||||||
| ETA | none | Fixed in Version | Product Version | 4.0.2 | ||||||||
| Product Build | ||||||||||||
| 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:" | |||||||||||
| Steps To Reproduce | ||||||||||||
| 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. |