Skip to content

Commit 49134f7

Browse files
authored
Merge pull request #87 from cip4/sec3
improved resourcehandler
2 parents 7ec50e1 + 8cb3752 commit 49134f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/cip4/jdfutility/server/JettyServer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The CIP4 Software License, Version 1.0
33
*
4-
* Copyright (c) 2001-2023 The International Cooperation for the Integration of Processes in Prepress, Press and Postpress (CIP4). All rights reserved.
4+
* Copyright (c) 2001-2024 The International Cooperation for the Integration of Processes in Prepress, Press and Postpress (CIP4). All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
77
*
@@ -506,9 +506,9 @@ public MyResourceHandler(final String strip)
506506
/**
507507
* @return
508508
*/
509-
protected ResourceHandler createResourceHandler()
509+
protected org.cip4.jdfutility.server.MyResourceHandler createResourceHandler()
510510
{
511-
final ResourceHandler resourceHandler = new org.cip4.jdfutility.server.MyResourceHandler(context, getHome());
511+
final org.cip4.jdfutility.server.MyResourceHandler resourceHandler = new org.cip4.jdfutility.server.MyResourceHandler(context, getHome());
512512
resourceHandler.setResourceBase(".");
513513
resourceHandler.setDirAllowed(false);
514514
return resourceHandler;

0 commit comments

Comments
 (0)