[
https://issues.jboss.org/browse/AS7-3729?page=com.atlassian.jira.plugin.s...
]
Nicklas Karlsson commented on AS7-3729:
---------------------------------------
My test instance is configured with
{code}
batch
/socket-binding-group=standard-sockets/socket-binding=http:write-attribute(name="port",
value="80")
/socket-binding-group=standard-sockets/socket-binding=https:write-attribute(name="port",
value="443")
/interface=public:write-attribute(name="inet-address")
/interface=public:write-attribute(name="any-ipv4-address", value=true)
/subsystem=web:write-attribute(name="native", value=false)
/subsystem=web/connector=https:add(socket-binding=https, scheme=https,
secure="true", protocol="HTTP/1.1", ssl =
{"name"=>"ssl", "key-alias"=>"jbossas7",
"password"=>"jbossas7",
"certificate-key-file"=>"c:/users/karlsnic/jbossas7.keystore"})
:reload
run-batch
{code}
Admin console login fails on latest Chrome
------------------------------------------
Key: AS7-3729
URL:
https://issues.jboss.org/browse/AS7-3729
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.0.CR1b, 7.1.0.Final
Environment: Windows 7 Enterprise (SP1), Chrome 19.0.1036.7 dev-m
Reporter: Nicklas Karlsson
Assignee: Darran Lofthouse
Fix For: 7.1.1.Final
The application hangs at the GWT "Loading..." but never gives the password
prompt dialog. Login OK on IE9. Issues remains even if caches/passwords as cleared. From
the log:
{code}
Refused to set unsafe header "Connection"
Failed to load resource: the server responded with a status of 401 (Unauthorized)
680FEF40512BAC70B21AD8530EA085D0.cache.html:6772012-02-13 13:05:36,982 [ERROR]
Authentication required. Could not execute {
"operation" => "read-attribute",
"name" => "process-type",
"address" => []
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira