add + in validate page name should return invalid charactor
all issue 2412 that this PR should correct
Before submitting a pull-request to GitBucket I have first:
- [ ] read the contribution guidelines
- [ ] rebased my branch over master
- [ ] verified that project is compiling
- [ ] verified that tests are passing
- [ ] squashed my commits as appropriate (keep several commits if it is relevant to understand the PR)
- [ ] marked as closed using commit message all issue ID that this PR should correct
Hmm... or is it really need to be decoded here? https://github.com/gitbucket/gitbucket/blob/f17f74c30badfe23c2fcce85a7213b7599fa01b1/src/main/scala/gitbucket/core/controller/WikiController.scala#L76
#2412
Hmm... or is it really need to be decoded here?
https://github.com/gitbucket/gitbucket/blob/f17f74c30badfe23c2fcce85a7213b7599fa01b1/src/main/scala/gitbucket/core/controller/WikiController.scala#L76
Line 76 Fixed Issue https://github.com/gitbucket/gitbucket/issues/35
I'm not sure.
Line 76 Fixed Issue #35
Yeah, however current codebase seems to work without decoding...
