|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 493 | major | always | 12-09-05 05:13 | 01-17-06 11:20 | |
|
|
|||||
| Reporter: | anonymous | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.0.15 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|
|||||
| Summary: | 0000493: NPE in getParameter() for request obtained via getRequestDispatcher() and include() | ||||
| Description: |
I have some filter code which essentially does: RequestDispatcher rd = context.getRequestDispatcher("/path?q=3"); rd.include(request, response); In the invoked servlet (mapped to /path) I do: getParameter("q"); This results in: java.lang.NullPointerException: null at com.caucho.server.webapp.DispatchRequest.parseQuery (DispatchRequest.java:316) at com.caucho.server.webapp.DispatchRequest.getParameterValues (DispatchRequest.java:282) at com.caucho.server.webapp.DispatchRequest.getParameter (DispatchRequest.java:289) |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||