Re: HTTP Status 400 - There are some problems in the request: invalid URLPatternSpec

2009-11-11 Thread FakeBoy

I checked
http://docs.huihoo.com/javadoc/jboss/4.0.2/javax/security/jacc/URLPatternSpec.java.html.
 
I need change url to this :
http://xyz.sk/mymount?wicket:interface=:0:form::IFormSubmitListener:: and
everything work fine. 
Strange thing is that I developed app on Jetty and Tomcat and everything
works fine. Now I have more info a I need to expect some complication when i
will be migrating to other web container.

Dave


igor.vaynberg wrote:
 
 there should be a way for you to relax your server's checks, that is a
 little crazy.
 
 -igor
 
 On Tue, Nov 10, 2009 at 2:02 PM, David Skuben david.sku...@gmail.com
 wrote:
 Hellou everyone,
 I use StatelessForm on GlassFish Ent Server 2.1 and I have this prob.
 When I submit form with method POST and Action url:
 http://xyz.sk/mymount/wicket:interface/:0:form::IFormSubmitListener::
 server
 send me back status code 400 (There are some problems in the request:
 invalid URLPatternSpec). When I deploy same app in jetty or tomcat
 everything works fine. But my production enviroment is GlassFish.

 I think that prob is in character : in URL, but i dont understand
 because
 i debug that all params are decoded thrue
 WicketURLEncoder.PATH_INSTANCE.encode(string).

 Do you have some ideas ?
 Thanks a lot.
 Dave

 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://old.nabble.com/HTTP-Status-400---There-are-some-problems-in-the-request%3A-invalid--URLPatternSpec-tp26292073p26299985.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



HTTP Status 400 - There are some problems in the request: invalid URLPatternSpec

2009-11-10 Thread David Skuben
Hellou everyone,
I use StatelessForm on GlassFish Ent Server 2.1 and I have this prob.
When I submit form with method POST and Action url:
http://xyz.sk/mymount/wicket:interface/:0:form::IFormSubmitListener:: server
send me back status code 400 (There are some problems in the request:
invalid URLPatternSpec). When I deploy same app in jetty or tomcat
everything works fine. But my production enviroment is GlassFish.

I think that prob is in character : in URL, but i dont understand because
i debug that all params are decoded thrue
WicketURLEncoder.PATH_INSTANCE.encode(string).

Do you have some ideas ?
Thanks a lot.
Dave


Re: HTTP Status 400 - There are some problems in the request: invalid URLPatternSpec

2009-11-10 Thread Igor Vaynberg
there should be a way for you to relax your server's checks, that is a
little crazy.

-igor

On Tue, Nov 10, 2009 at 2:02 PM, David Skuben david.sku...@gmail.com wrote:
 Hellou everyone,
 I use StatelessForm on GlassFish Ent Server 2.1 and I have this prob.
 When I submit form with method POST and Action url:
 http://xyz.sk/mymount/wicket:interface/:0:form::IFormSubmitListener:: server
 send me back status code 400 (There are some problems in the request:
 invalid URLPatternSpec). When I deploy same app in jetty or tomcat
 everything works fine. But my production enviroment is GlassFish.

 I think that prob is in character : in URL, but i dont understand because
 i debug that all params are decoded thrue
 WicketURLEncoder.PATH_INSTANCE.encode(string).

 Do you have some ideas ?
 Thanks a lot.
 Dave


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org