| | |
| | | */ |
| | | ctxAttrs.putAll(cd.attributes); |
| | | ctxAttrs.put("serverDataProviderList", sdp); |
| | | if (h instanceof Handler handler) { |
| | | wire(handler, cd.attributes.get("contextName")); |
| | | if (h instanceof Handler) { |
| | | wire((Handler) h, cd.attributes.get("contextName")); |
| | | } |
| | | if (cd.authenticator instanceof String) { |
| | | if (!(auth instanceof Authenticator)) { |
| | |
| | | // |
| | | Object filterObj = Class.forName(filterClassName) |
| | | .getDeclaredConstructor().newInstance(); |
| | | if (filterObj instanceof Filter filter) { |
| | | ctx.getFilters().add(filter); |
| | | if (filterObj instanceof Filter) { |
| | | ctx.getFilters().add((Filter) filterObj); |
| | | } |
| | | } |
| | | } |