| Summary: | pageContext.request.secure raises validation error | ||
|---|---|---|---|
| Product: | [WebTools] WTP Source Editing | Reporter: | Taro App <apptaro> |
| Component: | jst.jsp | Assignee: | 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: | |||
The EL translation should now be a little bit smarter on when to use is vs get. *** Bug 366043 has been marked as a duplicate of this bug. *** |
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