Anonymous | Login | Signup for a new account | 12-17-2024 10:41 PST |
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 | ||||
0000493 | [Resin] | major | always | 12-09-05 05:13 | 01-17-06 11:20 | ||||
Reporter | anonymous | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.0.18 | Product Version | 3.0.15 | ||||
Product Build | |||||||||
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 | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |