modcluster / mod_proxy_cluster

mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer
https://www.modcluster.io
Apache License 2.0
7 stars 15 forks source link

MODCLUSTER-822: Decline Contexts and Aliases if lengths are exceeded #271

Closed jajik closed 3 months ago

jajik commented 3 months ago

ref MODCLUSTER-822

This approach abstracts processing of Alias and Context for both APP and CONFIG commands. As a result, Alias for CONFIG is now also case insensitive, but that seems more like the correct behavior...

jfclere commented 3 months ago

Any plans to add tests for the new messages? ;-)

jajik commented 3 months ago

Any plans to add tests for the new messages? ;-)

I hope that I'll manage to add the httpd/perl framework soon and write tests in that. I added this PR to the Missing tests issue.

jajik commented 3 months ago

Merging. Thanks for the review!