|
|
Choosing A Webhost: |
svn commit: r219192 - /lenya/trunk/src/java/org/apache/lenya/cms/ac/usecase: msg#00068cms.lenya.cvs
Author: jann Date: Fri Jul 15 05:50:32 2005 New Revision: 219192 URL: http://svn.apache.org/viewcvs?rev=219192&view=rev Log: targetUrl should not contain the context path because it is added in the usecases.js javascript. Modified: lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java Modified: lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java?rev=219192&r1=219191&r2=219192&view=diff ============================================================================== --- lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java (original) +++ lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/Login.java Fri Jul 15 05:50:32 2005 @@ -91,7 +91,7 @@ Request request = ObjectModelHelper.getRequest(objectModel); request.getSession(true); if (getAccessController().authenticate(request)) { - setTargetURL(request.getRequestURI()); + setTargetURL(request.getPathInfo()); } else { addErrorMessage("Authentication failed"); }
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r219170 - in /lenya/trunk/src: java/org/apache/lenya/cms/ac/usecases/Login.java webapp/lenya/usecases/ac/login.jx, andreas |
|---|---|
| Next by Date: | svn commit: r219203 - /lenya/trunk/src/cocoon/local.blocks.properties, michi |
| Previous by Thread: | svn commit: r219170 - in /lenya/trunk/src: java/org/apache/lenya/cms/ac/usecases/Login.java webapp/lenya/usecases/ac/login.jx, andreas |
| Next by Thread: | svn commit: r219203 - /lenya/trunk/src/cocoon/local.blocks.properties, michi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |