Hi All

We have customized the login form of CAS by creating a custom view. In this
view (as in the default one), the login form has the following action :

<form:form method="post" commandName="${commandName}">

which resolves in the rendered page to :

<form action="/cas/login?service=<...>" method="post">


I would like the form action to change by adding a prefix to it; I would
like the final action to be :

<form action="/node01/cas/login?service=<...>" method="post">


(because my CAS app is behind an Apache configured with proxyPass and
proxyPassReverse to customize the URLs).

I didn't find anything, how can I do that ?
Is there any other part of CAS I would need to customize in the same way to
modify the URLs that begin with a "/" ?

Thanks for your help
Thomas

-- 
*Thomas Francart*
*CTO** - Mondeca*
3, cité Nollez 75018 Paris France
Tel. +33 (0)1 44 92 35 04 - fax +33 (0)1 44 92 02 59
Web: www.mondeca.com
Blog : Leçons de choses <http://mondeca.wordpress.com>

<http://www.online-information.co.uk/promo/online2010/ex25175>

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to