You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(perf-harness): fix routing, URL patterns, and Application.cfc bootstrap
- Fix measureAppBootstrap reinit URL: use & not ? to append bsReinit=1 param
- Switch all 5 SCENARIOS from SES URLs to event-style ?event= URLs for reliability
- Fix health handler: use event.renderData() instead of return "ok" to bypass layout
- Add pathInfoProvider to Router.cfc for Tuckey forward URI extraction
- Fix Application.cfc pseudo-constructor: remove var keyword (BoxLang incompatible outside functions)
- Change COLDBOX_CONFIG_FILE to dot-notation path (cbperfapp.config.ColdBox) not filesystem path
- Add index.cfm entry points for both be-app and stable-app sub-directories
- Add Tuckey urlrewrite.xml to forward sub-path requests to correct index.cfm
- Add perf-specific server configs for all 4 engines with correct webroot (../../)
- Add .gitignore for stable-app/coldbox/ (box install artifact, not tracked)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01A9URDbRHAkreUvNUjFdmfG
0 commit comments