Ticket #203 (closed enhancement: fixed)
defaultTargetUrl property of login (Logout)restlet is not converted to a publicUri
| Reported by: | bc | Owned by: | bruno |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4 |
| Component: | modules/kauri-security | Version: | trunk |
| Keywords: | Cc: |
Description
The default implementation of the login-logoutrestlet isn't converting the defaultTargetUrl to a publicUri.
When looking at the code of LoginLogoutBaseRestlet?, there is a call to the publicUri method, but nothing is done with the returned value. (in method getTargetUrl)
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in r1228.