mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
246 stars 55 forks source link

Charon v4 #79

Closed mkopylec closed 5 years ago

mkopylec commented 5 years ago

I'm planning to completely rewrite Charon. The new version will:

Stay tuned.

robmoore commented 5 years ago

Not sure if this is the right place to ask but would it be possible to add the ability to ignore particular paths or to allow for specifying multiple paths that all are directed to the same destination?

mkopylec commented 5 years ago

There will be a path rewrite based on regex groups implemented so it will be possible to map several incomming paths to one outgoing path. As for ignoring certain paths I could implement such a thing as a global setting in Charon's configuration.

So yes, it should all be included in the new version.

mkopylec commented 5 years ago

The 4.0.0 version has been released