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

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/webapp/el-misc-no-quote-attribute-el.jsp
Status
scanned
Type
file
Name
el-misc-no-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
2147 (2.1 KB)
MD5
e6ce350ec6442a8bfce6e49d26bb27c2
SHA1
8f4352e7f13d90c0adb5e1cd9bb75610f0881cf3
SHA256
1ed1c1bc6cc413d84c8ca0722c4a54bf5707acb6633ea5bcd9a2ebc49f3b229b
SHA512

      
    
SHA1_git
0c7ebcb67ae358798844384310dbfd4ede855adf
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
el-misc-no-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