ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/webapp/bug47413.jsp

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/webapp/bug47413.jsp
Status
scanned
Type
file
Name
bug47413.jsp
Extension
.jsp
Programming language
Java Server Page
Mime type
text/html
File type
HTML document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
2243 (2.2 KB)
MD5
2fa817e4cb416ce01365aba38e614543
SHA1
8ab73f8e772cab78b2722ae313bf5af5d8110587
SHA256
b545cf9ec4b074e7c46f654bee14d74ac484dbe5b60911b6a343a1ddef64005c
SHA512

      
    
SHA1_git
19f85bc2d87c8c656093a16500b51fd689cfb798
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
bug47413.jsp | 2.2 KB |

<%-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --%> <%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %> <jsp:useBean id="values" class="jsp2.examples.ValuesBean" /> <html> <head><title>Bug 47413 test case</title></head> <body> <jsp:setProperty name="values" property="stringValue" value="${'hello'} wo${'rld'}"/> <p>00-${values.stringValue}</p> <tags:echo echo="01-${'hello'} wo${'rld'}"/> <jsp:setProperty name="values" property="doubleValue" value="${1+2}.${220}"/> <p>02-${values.doubleValue}</p> <tags:echo-double index="03" echo="${1+2}.${220}"/> <jsp:setProperty name="values" property="longValue" value="000${1}${7}"/> <p>04-${values.longValue}</p> <tags:echo-long index="05" echo="000${1}${7}"/> <jsp:setProperty name="values" property="stringValue" value="${undefinedFoo}hello world${undefinedBar}"/> <p>06-${values.stringValue}</p> <tags:echo echo="${undefinedFoo}07-hello world${undefinedBar}"/> <jsp:setProperty name="values" property="doubleValue" value="${undefinedFoo}${undefinedBar}"/> <p>08-${values.doubleValue}</p> <tags:echo-double index="09" echo="${undefinedFoo}${undefinedBar}"/> <jsp:setProperty name="values" property="longValue" value="${undefinedFoo}${undefinedBar}"/> <p>10-${values.longValue}</p> <tags:echo-long index="11" echo="${undefinedFoo}${undefinedBar}"/> </body> </html>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
46.67
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9