18 May
2011
18 May
'11
10:39 a.m.
Hi all, Thank you Eduard Moraru for teaching me remote debugging. For now I'll use this method. I'm currently working on XWIKI-5970 jira issue and Thomas told me a java class which triggers when we try to search wikis. ( https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwik... ) But issue is occurring before that java class triggers. For identifying which causes the issue I will look for stack/trace of the eclipse and hope to find the correct class which converts "+" to " " (white space) in search keywords. Thank you.