Monday, 15 April 2013

GWT Login using SPRING + Simple HTML page -



GWT Login using SPRING + Simple HTML page -

my name lukas , have 1 issue login. using gwt + spring , want authenticate. found lot of examples on google, neither scenario same mine.

i have login.html containing html form input ant names (j_username, j_password). have login.gwt.xml file renamed "login" (login.html contains <script type="text/javascript" src="login/login.nocache.js" ></script> ). project contains secondmodule.html file + secondmodule.gwt.xml (renamed "mymodule"). sec module reponsible business logic.

my problem dont know how specify url parameter in html form element in login.html. have tried /login/j_security_check, /j_security_check, /mymodule/j_security_check error code 404. dont know if url differs in development or hosted mode.

can help me?

regards lukas

in spring should use

/j_spring_security_check

spring gwt login

No comments:

Post a Comment