ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/webapp/el-misc-with-quote-attribute-el.jsp

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/webapp/el-misc-with-quote-attribute-el.jsp
Status
scanned
Type
file
Name
el-misc-with-quote-attribute-el.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
2199 (2.1 KB)
MD5
231884163281ac85b88bc5e778c2460b
SHA1
dc0e37718fa21153286e0ea74e83ddd2ae678b94
SHA256
f6edb26b6915d2c1e7c415ef88d5fceccd151658fe89c8f1ebae39a275a57871
SHA512

      
    
SHA1_git
cf8e9f847ac1830b2fc24aaa5a5dab5c50a41729
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
el-misc-with-quote-attribute-el.jsp | 2.1 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" %> <html> <head><title>Misc EL test cases</title></head> <body> <p>00-\\\"\${'hello world'}</p> <p>01-\\\"\\${'hello world'}</p> <tags:echo echo="02-\\\"\${'hello world'}" /> <tags:echo echo="03-\\\"\\${'hello world'}" /> <tags:echo echo="${'2'}az-04" /> <tags:echo echo="05-a${'2'}z" /> <tags:echo echo="06-az${'2'}" /> <tags:echo echo="${\"2\"}az-07" /> <tags:echo echo="08-a${\"2\"}z" /> <tags:echo echo="09-az${\"2\"}" /> <tags:echo echo="10-\${'foo'}${'bar'}" /> <tags:echo echo="11-${\"\\\\\"}\"}" /> <tags:echo echo="12-${'foo'}\\${'bar'}\\${'baz'}" /> <tags:echo echo="13-${'foo'}\\${\"bar\"}\\${'baz'}" /> <tags:echo echo="14-${\"foo\"}\\${'bar'}\\${\"baz\"}" /> <tags:echo echo='15-${\'foo\'}\\${"bar"}\\${\'baz\'}' /> <tags:echo echo='16-${"foo"}\\${\'bar\'}\\${"baz"}' /> <tags:echo echo='17-${"foo"}\\${"&"}${"apos;bar"}${"&"}${"apos;"}\\${"&"}${"quot;baz"}${"&"}${"quot;"}' /> <tags:echo echo='18-${((x,y)->x+y)(1,2)}' /> <tags:echo echo='19-${{1,2,3,4}.stream().max().orElse(-1)}' /> <p>20-${{1,2,3,4}.stream().max().orElse(-1)}</p> <tags:echo echo='21-${{1,2,3,4}.stream().sorted().map(u->{"value":u+10}).toList()}' /> <p>22-${{1,2,3,4}.stream().sorted().map(u->{"value":u+10}).toList()}</p> </body> </html>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
45.59
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