| | |
| | | |
| | | private static final Logger logger = Logger.getLogger(AdocHandler.class.getName()); |
| | | |
| | | public AdocHandler(String absoluteDirectoryPathAndName) { |
| | | super(absoluteDirectoryPathAndName); |
| | | /** |
| | | * Benoetigt das Attribut |
| | | * FileHandler.ATTR_FILE_BASE |
| | | */ |
| | | public AdocHandler() { |
| | | //super(absoluteDirectoryPathAndName); |
| | | } |
| | | |
| | | @Override |
| | |
| | | //logger.fine("filter: " + requestUriStr); |
| | | if(requestPathStr.toLowerCase().endsWith(AdocFilter.ADOC)) { |
| | | AdocActor actor = new AdocActor(); |
| | | actor.handle(e, fileBase, getFileName(e)); |
| | | actor.handle(e, e.getHttpContext().getAttributes().get(FileHandler.ATTR_FILE_BASE).toString(), getFileName(e)); |
| | | /* |
| | | File adocfile = new File(fileBase, getFileName(e)); |
| | | logger.fine("adocfile: " + adocfile.getAbsolutePath()); |