add conditions to servlet-handler's open clause
This commit is contained in:
parent
1a1d4f86a0
commit
74e26ddeb5
|
@ -88,6 +88,7 @@
|
||||||
httpd-logging ;HTTP-SYSLOG
|
httpd-logging ;HTTP-SYSLOG
|
||||||
shift-reset ;SHIFT and RESET
|
shift-reset ;SHIFT and RESET
|
||||||
sxml-to-html ;SXML->HTML
|
sxml-to-html ;SXML->HTML
|
||||||
|
conditions ;exception
|
||||||
scsh ;regexp et al.
|
scsh ;regexp et al.
|
||||||
scheme
|
scheme
|
||||||
)
|
)
|
||||||
|
@ -157,3 +158,4 @@
|
||||||
scsh
|
scsh
|
||||||
scheme)
|
scheme)
|
||||||
(files profile))
|
(files profile))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue