You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Musachy Barroso <mu...@gmail.com> on 2008/12/01 23:15:33 UTC

empty spaces on param names

As this ticket states:

http://jira.opensymphony.com/browse/XW-667

Param names with spaces are not allowed. While this makes sense for
action field bindings, it doesn't for a field of type map. Is there
any practical reason to exclude params with empty spaces? Here is the
current regex for accepted parameters:

private String acceptedParamNames = "[\\p{Graph}&&[^,#:=]]*";

//gotta change my signature for this one :)
musachy
-- 
"What shall we use to fill the empty spaces?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: empty spaces on param names

Posted by Musachy Barroso <mu...@gmail.com>.
Oh my...I double checked this time:

https://issues.apache.org/struts/browse/WW-2806

musachy

-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: empty spaces on param names

Posted by Musachy Barroso <mu...@gmail.com>.
> Are you sure you pasted the correct link?
>

Why would I do that? :)

https://issues.apache.org/struts/browse/WW-2893

-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: empty spaces on param names

Posted by Lukasz Lenart <lu...@googlemail.com>.
2008/12/1 Musachy Barroso <mu...@gmail.com>:
> As this ticket states:
>
> http://jira.opensymphony.com/browse/XW-667

Are you sure you pasted the correct link?


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org