elsloo commented on issue #8503:
URL: https://github.com/apache/trafficserver/issues/8503#issuecomment-1109924566

   I was unable to reproduce this issue. Based on the following line, it 
appears that the configuration had a `--static-prefix` plugin parameter:
   
   ```
   (cachekey) cachekey/cachekey.cc:392:appendPrefix() added static prefix, key: 
'http://my-dummy.invalid/'
   ```
   
   This line is only printed when `prefix` is not empty. This variable is 
actually the configuration instance variable `_prefix` which is passed into 
`CacheKey::appendPrefix()` and is only set via `Configs::init()` when 
processing plugin parameters. Without the `--static-prefix` argument, the 
initial value is not clobbered as shown in this example.


-- 
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]

Reply via email to