mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "Miniature-JWS",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
||||
"version": "0.2",
|
||||
"description": "Tiny Java Web Server and Servlet Container (aka Miniature JWS) with security update, J2EE deployment, JSP, and J2EE (without application server)",
|
||||
"website": "http://tjws.sourceforge.net/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:^(D\\. )?Rogatkin)",
|
||||
"search": "headers[server]"
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^Rogatkin's JWS based on Acme\\.Serve\\/\\$Revision: ([\\d\\.]+) \\$$)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^D\\. Rogatkin's TJWS based on Acme\\.Serve\\/Version [^,]+, \\$Revision: ([\\d\\.]+) \\$$)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user