Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1674 | major | random | 04-07-07 11:37 | 05-23-07 15:45 | |
|
|||||
Reporter: | bthakkar | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.22 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001674: No forwarding URI for form authentication | ||||
Description: |
Error happens after succesfull login (JdbcAuthenticator). After login, the error appears instead of the requested page. javax.servlet.ServletException: No forwarding URI for form authentication. Either the login form must specify j_uri or the session must have a saved URI. |
||||
Steps To Reproduce: | |||||
Additional Information: |
[09:31:47.381] com.caucho.log.EnvironmentLogger.log javax.servlet.ServletException: No forwarding URI for form authentication. Either the login form must specify j_uri or the session must have a saved URI. [09:31:47.381] at com.caucho.server.security.FormLoginServlet.service(FormLoginServlet.java:123) [09:31:47.381] at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:106) [09:31:47.381] at com.caucho.server.webapp.NamedDispatcherImpl.forward(NamedDispatcherImpl.java:104) [09:31:47.381] at com.caucho.server.security.FormLogin.authenticate(FormLogin.java:213) [09:31:47.381] at com.caucho.server.connection.AbstractHttpRequest.authenticate(AbstractHttpRequest.java:1580) [09:31:47.381] at com.caucho.server.security.SecurityFilterChain.doFilter(SecurityFilterChain.java:120) [09:31:47.381] at com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:188) [09:31:47.381] at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:173) [09:31:47.381] at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229) [09:31:47.381] at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:274) [09:31:47.381] at com.caucho.server.port.TcpConnection.run(TcpConnection.java:511) [09:31:47.381] at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:520) [09:31:47.381] at com.caucho.util.ThreadPool.run(ThreadPool.java:442) [09:31:47.381] at java.lang.Thread.run(Thread.java:619) |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|