Merge branch 'main' into module/wiki
This commit is contained in:
@@ -8,14 +8,13 @@ import static java.net.HttpURLConnection.HTTP_NOT_FOUND;
|
||||
import com.sun.net.httpserver.HttpExchange;
|
||||
import de.srsoftware.tools.Path;
|
||||
import de.srsoftware.umbrella.core.BaseHandler;
|
||||
import de.srsoftware.umbrella.core.ModuleRegistry;
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.IOException;
|
||||
|
||||
public class WebHandler extends BaseHandler {
|
||||
|
||||
public WebHandler(ModuleRegistry registry){
|
||||
super(registry);
|
||||
public WebHandler(){
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user