Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1092 | major | always | 05-10-06 19:59 | 05-15-06 12:17 | |
|
|||||
Reporter: | koreth | Platform: | Mac (Intel) | ||
Assigned To: | OS: | MacOS X | |||
Priority: | normal | OS Version: | 10.4 | ||
Status: | closed | Product Version: | 3.0.19 | ||
Product Build: | resin-3.0.s060510 | Resolution: | no change required | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0001092: Quercus references nonexistent HttpServletRequest method | ||||
Description: |
com.caucho.quercus.env.ServerArrayValue.fillMap() calls getRemotePort() on the HttpServletRequest object. Unfortunately Resin's HttpServletRequest interface has no getRemotePort() method, so I get a NoSuchMethodError: com.caucho.quercus.QuercusExecutionException: java.lang.NoSuchMethodError javax.servlet.http.HttpServletRequest.getRemotePort()I at com.caucho.quercus.env.ServerArrayValue.fillMap(ServerArrayValue.java:215) at com.caucho.quercus.env.ServerArrayValue.get(ServerArrayValue.java:141) at com.caucho.quercus.expr.ArrayGetExpr.eval(ArrayGetExpr.java:92) at com.caucho.quercus.expr.Expr.evalString(Expr.java:379) at com.caucho.quercus.expr.AppendExpr.evalString(AppendExpr.java:146) at com.caucho.quercus.expr.IncludeOnceExpr.eval(IncludeOnceExpr.java:86) at com.caucho.quercus.program.ExprStatement.execute(ExprStatement.java:78) at .(/Users/sgrimm/resin/resin-3.0.s060510/webapps/ROOT/help.php:2) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|