Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.6.0
-
1
-
n/a
Description
Admin user login.
Edits UI: Settings capability from default values.
Authenticated User polling interval was set to 2 minutes
Session timeout set to 3 minutes.
Save capability.
Logout.
Login as admin user and wait on welcome screen.
2017-10-19 15:12:04,209-0300 DEBUG [qtp1248985032-62] *SYSTEM org.eclipse.jetty.server.Server - REQUEST POST /service/rapture/session on HttpChannelOverHttp@760f6033{r=40,c=false,a=DISPATCHED,uri=//localhost:8081/service/rapture/session} 2017-10-19 15:12:04,213-0300 INFO [qtp1248985032-62] admin org.sonatype.nexus.rapture.internal.security.SessionServlet - Created session for user: admin 2017-10-19 15:12:04,214-0300 DEBUG [qtp1248985032-62] *SYSTEM org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@760f6033{r=40,c=false,a=DISPATCHED,uri=//localhost:8081/service/rapture/session}
Stay on welcome screen.
After approx 5 minutes ( not the expected 3) , UI timed out and prompts user that session will timeout in 30 seconds and begins count down.
Allow the session to timeout. The UI sends an explicit request ( not user initiated ) to delete the session.
2017-10-19 15:18:27,766-0300 DEBUG [qtp1248985032-224] *SYSTEM org.eclipse.jetty.server.Server - REQUEST DELETE /service/rapture/session on HttpChannelOverHttp@7ba4da46{r=194,c=false,a=DISPATCHED,uri=//localhost:8081/service/rapture/session} 2017-10-19 15:18:27,767-0300 INFO [qtp1248985032-224] admin org.sonatype.nexus.rapture.internal.security.SessionServlet - Deleting session for user: admin 2017-10-19 15:18:27,767-0300 DEBUG [qtp1248985032-224] *SYSTEM org.eclipse.jetty.server.Server - handled=true async=false committed=false on HttpChannelOverHttp@7ba4da46{r=194,c=false,a=DISPATCHED,uri=//localhost:8081/service/rapture/session}
Expected
The UI session timeout after inactivity should be respected for any new sessions while the regular polling the UI does should not be classified as 'activity'.
Reference
Attachments
Issue Links
- relates
-
NEXUS-12033 no obvious method to set UI request timeout
-
- Closed
-