jackycchen opened a new issue #74:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/74


   ## Bug Report
   ### Which version of ElasticJob did you use?
   the lastest source code 3.0.0-alpha
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   ElasticJob-Lite
   ### Expected behavior
   input: the jobName contains dot, e.g. myjob.sync.query.job
   the uri = api/jobs/config/myjob.sync.query.job
   jobName= myjob.sync.query
   
   ### Actual behavior
   jobName= myjob.sync.query
   should be  myjob.sync.query.job
   
   ### Reason analyze (If you can)
   the last.job will be truncated by spring mvc, just like the familiar suffix 
— **.do**
   
   ### Solution
   the correct code is : @GetMapping(value = "/{jobName:.+}")
   


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


Reply via email to