mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 03:47:04 +00:00
This commit is contained in:
@@ -32,7 +32,7 @@ func main() {
|
||||
app.HandleMany(strings.Join(iris.WebDAVMethods, " "), "/{p:path}", iris.FromStd(webdavHandler))
|
||||
|
||||
app.Listen(":8080",
|
||||
iris.WithoutServerError(iris.ErrServerClosed),
|
||||
iris.WithoutServerError(iris.ErrServerClosed, iris.ErrURLQuerySemicolon),
|
||||
iris.WithoutPathCorrection,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user