mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
867 B
JSON
24 lines
867 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|