HiFangfangXu opened a new issue #2574: customize zipkin.ui.basepath but 404 URL: https://github.com/apache/incubator-zipkin/issues/2574 ## Describe the Bug I tried to use zipkin.ui.basepath to customize the basepath of the ui, but accessed 404. ## Steps to Reproduce 1.start zipkin server with --zipkin.ui.basepath=/myzipkin 2.visit http://zipkin:9411 on Browser, but the Browser redirect the location to http://zipkin:9411/zipkin/ and shows "Zipkin Investigate system behavior" ,When I try to visit http://zipkin:9411/myzipkin/ it still display 404 Not Found . ## Expected Behaviour visit http://zipkin:9411 redirect to http://zipkin:9411/myzipkin/ and Correct display .
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
