[
https://issues.apache.org/jira/browse/JSPWIKI-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623254#action_12623254
]
Harry Metske commented on JSPWIKI-346:
--------------------------------------
Well, our company standards say that input validations should be done on both
the client and the server, the client-side to make the ui more intuitive and
being able to tell the user as soon as possible that he's doing something
wrong, and the server-side for security reasons of course.
The real problem here is that we want to normalize page names, we need one
central place where we can validate if someone use a proper page name,
currently there are more places where this checking is done.
Stripes can solve (at least part of) the problem I think.
> Provide proper validation mechanisms (for Wiki page names)
> ----------------------------------------------------------
>
> Key: JSPWIKI-346
> URL: https://issues.apache.org/jira/browse/JSPWIKI-346
> Project: JSPWiki
> Issue Type: Bug
> Affects Versions: 2.7.x
> Environment: JSPWiki v2.7.0-alpha-19
> Reporter: Florian Holeczek
> Priority: Minor
> Fix For: 3.0
>
>
> Clicking on the rename button without having changed the page name displays
> an error page saying "renaming not possible, unknown error"... not very user
> friendly I think.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.