Files
OneForAll-mirror/data/rules/whatweb/spring-framework.json
T
2020-07-29 00:02:06 +08:00

14 lines
433 B
JSON

{
"name": "Spring-Framework",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Spring Framework is an open source application framework for the Java platform.",
"website": "http://www.springsource.org/",
"matches": [
{
"search": "headers[set-cookie]",
"text": "org.springframework.web.servlet.i18n.CookieLocaleResolver.LOCALE="
}
]
}