dzikoysk

Results 142 comments of dzikoysk

> Consider the handler setting the response content-type and in app.after() we want to test what the content type is to do some work. Or, lets say we want to...

Keep in mind that `HttpServletRequest/Response` is not an internal impl of Jetty, it comes from the official Jakarta (formerly javax) specification that is the base for like a half or...

It's only a false-positive flag as it's not affecting Javalin at all. The problem with this issue is that Kotlin `1.5.32` is the last release of Kotlin `1.5.x` line, so...

I don't know much about webdav 🤔 It sounds a little bit complex, do you know about requirements and why do you think it could be helpful particularly in terms...

I think this kind of feature is quite specific and dependent on given scenario - in general Reposilite allows you to upload any file atm to the repository, so such...

`maven-metadata.xml` files are generated by Maven client, not server, that's the procedure: * User runs deployment * Maven downloads current metadata files from repository * Maven reads downloaded metadata files...

I feel like you're more comfortable with this topic than I am, would you like to try to prototype this as plugin? In theory you should be able to listen...

This feature was requested like two times in the past on our Discord, so I think it might be a good idea to support this at some point. Unfortunately, I'm...

Well... in theory it could be nice, but I'd like to avoid tricky impl, because it's just a pain to maintain it 😓

I'm currently taking a break due to my vacation, but I'll try to do sth about that if I'll find sane solution