[jboss-jira] [JBoss JIRA] Commented: (AS7-664) Allow for state to be maintained aganst the connection within the Management HTTP Server

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Wed Apr 27 06:23:18 EDT 2011


    [ https://issues.jboss.org/browse/AS7-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598284#comment-12598284 ] 

Darran Lofthouse commented on AS7-664:
--------------------------------------

Proposed changes for this issue: -
  https://github.com/darranl/httpserver/tree/issues/AS7-664
  https://github.com/darranl/jboss-as/tree/issues/AS7-664


> Allow for state to be maintained aganst the connection within the Management HTTP Server
> ----------------------------------------------------------------------------------------
>
>                 Key: AS7-664
>                 URL: https://issues.jboss.org/browse/AS7-664
>             Project: Application Server 7
>          Issue Type: Task
>          Components: Domain Management
>            Reporter: Darran Lofthouse
>            Assignee: Darran Lofthouse
>             Fix For: 7.0.0.Beta4
>
>
> There is a need for state between client and server to be maintained, this task is to allow it to be maintained against the connection.
>  Uses for this could be authenticate on connection and cache the authentication against the connection.
>  Track generated nonces against the connection so a nonce can only be used on that connection.
>  Cache GSSContext used for negotiation against the connection.
> Notes: -
> An alternative could be session cookies, however this would require all clients to support cookies or some form of URL re-writing to embed the session ID, HTTP keep-alive is standard for HTTP 1.1
> Another alternative could be to identify the address of the client, however this would just be the IP address / host name and port - there are no guarantees that a new connection would not re-use the same port especially if more than one administrator was running on that host.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list