1 Apr 01:05
DO NOT REPLY [Bug 44721] New: jsp expression not returning proper value for null pointer
<bugzilla <at> apache.org>
2008-03-31 23:05:35 GMT
2008-03-31 23:05:35 GMT
https://issues.apache.org/bugzilla/show_bug.cgi?id=44721 Summary: jsp expression not returning proper value for null pointer Product: Tomcat 6 Version: 6.0.13 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: regression Priority: P2 Component: Jasper AssignedTo: tomcat-dev <at> jakarta.apache.org ReportedBy: bruce.carson <at> nc4.us I have a jsp that has following code: .... <% String CTOrigUrl = request.getPrameter("CT_ORIG_URL"); if(CTOrigUrl == null) CTOrigUrl = request.getParameter("ct_orig_url"); ... %> ... <input type="hidden" name="orig_url" value="<%=CTOrigURL%>"> This results in the value orig_url=null being sent instead of value= empty string.(Continue reading)
RSS Feed