hanicz opened a new pull request, #1147: URL: https://github.com/apache/knox/pull/1147
[KNOX-3251](https://issues.apache.org/jira/browse/KNOX-3251) - A short description of the change ## What changes were proposed in this pull request? - Adds a new rewrite rule to match fragment as well on the Streaming page ## How was this patch tested? Tested on a live cluster. Before: ``` 2026-02-13 08:51:54,678 DEBUG knox.gateway (UrlRewriteProcessor.java:rewrite(164)) - Rewrote URL: /proxy/application_1770634578756_0013/streaming/?doAs=systest&completedBatches.sort=Batch+Time&completedBatches.desc=true&completedBatches.page=2&completedBatches.pageSize=100#completedBatches , direction: OUT via explicit rule: YARNUIV2/yarnuiv2/outbound/apps/history to URL: https://xxx:8443/gateway/xx/yarnuiv2/proxy/application_1770634578756_0013/streaming/completedBatches/?doAs=systest&completedBatches.sort=Batch%2BTime&completedBatches.desc=true&completedBatches.page=2&completedBatches.pageSize=100 ``` After: ``` 2026-02-17 12:38:59,014 DEBUG knox.gateway (UrlRewriteProcessor.java:rewrite(164)) - Rewrote URL: /proxy/application_1770634578756_0014/streaming/?doAs=systest&completedBatches.sort=Batch+Time&completedBatches.desc=true&completedBatches.page=2&completdBatches.pageSize=100#completedBatches , direction: OUT via explicit rule: YARNUIV2/yarnuiv2/outbound/apps/history to URL: https://xxx:8443/gateway/xx/yarnuiv2/proxy/application_1770634578756_0014/streaming/?doAs=systest&completedBatches.sort=Batch%2BTime&completedBatches.desc=true&completedBatches.page=2&completedBatches.pageSize=100#completedBatches ``` <img width="1905" height="644" alt="image" src="https://github.com/user-attachments/assets/9e23b4ce-7838-427c-b257-0afd9d1cf06b" /> <img width="1905" height="322" alt="image" src="https://github.com/user-attachments/assets/571312f8-a044-476b-a1f4-80c722132f79" /> ## Integration Tests - ## UI changes - -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
