Exception message when a context value is null or blank is confusing
--------------------------------------------------------------------

                 Key: TAPESTRY-2221
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2221
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.10
            Reporter: Howard M. Lewis Ship


Null or blank values are not allowed in the page activation context or event 
context because they are rendered out as nothing, and the consecutive slashes 
in the URL are ambiguously handled by servlet containers.

However, the exception is the generic "parameter may not be blank" message from 
Defense.notBlank().

A more specific error is required, which will inform the user about what was 
actually wrong.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to