Then your redirect from the CAS server should be working fine if that text is there (plus you said it works from the Java client).  Can you check your apache logs to see if the redirects are happening?

-Scott

On 9/19/06, Jan Dajc <[EMAIL PROTECTED]> wrote:
Scott,

My form tag is:
<form method="post" action="" +
(StringUtils.hasText(request.getQueryString()) ? "?" + request.getQueryString ()
: ""))%>">

i haven't change anything in this file.


Jan



> Jan,
>
> On your casLoginView.jsp page what does the FORM tag look like?
>
> -Scott
>
> On 9/13/06, Jan Dajc <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> > My cas server is working fine, but i have problem with redirecting after
> > successfull login from phpCAS (http://esup-phpcas.sourceforge.net/). If i
> > go to
> > the the Cas server from java cas client from  tomcat, everything works
> > fine and
> > after login i am redirected back to the tomcat web aplication. But from
> > php it
> > stops on page, that says: Log In Successful. In log files is everything
> > ok, no
> > error and user is athenticated. I use CAS 3.0.5 on tomcat and php5 in IIS.
> > Interesting is, that when i use php cas client from
> > http://www.tamu.edu/CAS/libraries/php/ everything is ok and I am
> > redirected
> > back to php.
> >
> > Have you any idea, why phpCAS is not working?
> >
> > Jan Dajc
> > _______________________________________________
> > Yale CAS mailing list
> > [email protected]
> > http://tp.its.yale.edu/mailman/listinfo/cas
> >
>



_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to