Benjamin Muschko

Results 250 comments of Benjamin Muschko

> No it doesn't work this way, the url is hardcoded I guess you are exclusively referring to the environment variable. I use `withEndpoint` in a code base so I...

@bsideup Do you have an idea what could be going on here?

It's likely that newer versions of Tomcat 7 changed the internal behavior. This might be solely an issue with their implementation. Would you be interested in looking into it?

At the moment you can't. It would have to be exposed. Would you be interested in contributing this feature? If you want to see Tomcat logging you could also run...

Looking at this again. I actually did put something in place - `com.bmuschko.gradle.tomcat.internal.LoggingHandler`. At the moment it's just not configurable.

@Koli0842 Nothing happened here in the meantime. Happy to accept pull requests for this.

I think something like this would need to happen: ``` ((AbstractAjpProtocol) ajpConnector.getProtocolHandler()).setSecretRequired(false); ``` So the plugin would need to have special handling for it and probably expose an option to...

It looks like you already found a temporary solution for your project. Yes, it would be the next natural addition to the plugin. Don't the Tomcat dependencies provide you with...

Are you interested in contributing this feature? Otherwise, I am going to close this due to this issue's inactivity.

I won't get to it anytime soon. It's very low on my priority list. It would be great to get a pull request for this.