[ 
https://issues.apache.org/jira/browse/JSPWIKI-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tony Lin updated JSPWIKI-675:
-----------------------------

          Component/s: Localization
          Description: 
When I input some Chinese, and click "quickEdit", it turns to an error page 
with the url as "http://localhost:8080/wiki/Login?redirect=";.  No parameters.

I checked the flie named jspwiki-common.js, found that the function cleanLink() 
couldn't recognize the Chinese with the regex.

When I modify the regex from  "^A-Za-z0-9()&+,-=._$"    to   
"^A-Za-z0-9\u4e00-\u9fa5()&+,-=._$", It works.

I think that this method may work with other languages.

  was:
When I input some Chinese, and click "quickEdit", it turns to an error page 
with the url as "http://localhost:8080/wiki/Login?redirect=";.  No parameters.

I checked the flie named jspwiki-common.js, found that the function cleanLink() 
couldn't recognize the Chinese with the regex.

When I modify the regex from "A-Za-z0-9()&+,-=._" to 
"^A-Za-z0-9\u4e00-\u9fa5()&+,-=._$", It works.

I think that this method may work with other languages.

    Affects Version/s: 2.8.4

> quickEdit couldn't work when input Chinese
> ------------------------------------------
>
>                 Key: JSPWIKI-675
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-675
>             Project: JSPWiki
>          Issue Type: Wish
>          Components: Localization
>    Affects Versions: 2.8.4
>         Environment: ubuntu10.04, jdk6r2, jspwiki2.8.4
>            Reporter: Tony Lin
>
> When I input some Chinese, and click "quickEdit", it turns to an error page 
> with the url as "http://localhost:8080/wiki/Login?redirect=";.  No parameters.
> I checked the flie named jspwiki-common.js, found that the function 
> cleanLink() couldn't recognize the Chinese with the regex.
> When I modify the regex from  "^A-Za-z0-9()&+,-=._$"    to   
> "^A-Za-z0-9\u4e00-\u9fa5()&+,-=._$", It works.
> I think that this method may work with other languages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to