Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361774

Summary: pageContext.request.secure raises validation error
Product: [WebTools] WTP Source Editing Reporter: Taro App <apptaro>
Component: jst.jspAssignee: Nick Sandonato <nsand.dev>
Status: RESOLVED FIXED QA Contact: Nick Sandonato <nsand.dev>
Severity: normal    
Priority: P3 CC: gingasteve, thatnitind
Version: unspecified   
Target Milestone: 3.3.2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Taro App CLA 2011-10-24 03:52:26 EDT
Build Identifier: 20110916-0149

${pageContext.request.secure} raises the following error:
The method getSecure() is undefined for the type HttpServletRequest


Reproducible: Always

Steps to Reproduce:
1. write ${pageContext.request.secure} in jsp
2. validate
3. error occurs

Note: the bug below fixes the error for ${pageContext.request.remoteUser}, but not for ${pageContext.request.secure}
https://bugs.eclipse.org/bugs/show_bug.cgi?id=128497
Comment 1 Nick Sandonato CLA 2011-10-24 17:30:30 EDT
The EL translation should now be a little bit smarter on when to use is vs get.
Comment 2 Nick Sandonato CLA 2011-12-08 10:06:05 EST
*** Bug 366043 has been marked as a duplicate of this bug. ***