
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Operating System: All
Platform: All
Operating System: All
Platform: All
|
|
When the FormAuthentication's authenticate method adds the session id cookie
to the session, it uses the BaseWebRequest addCookie(theName, theValue)
method, which calls the addCookie(theDomain, theName, theValue) method, but
uses "localhost" as theDomain. This makes all tests required to run with the
cactus.contextURL property as " http://localhost" in order to work. However,
that is not always the case, so the cookie fails to be added to the session.
The call to addCookie that FormAuthentication makes needs to use the addCookie
(theDomain, theName, theValue) method and supply the Domain obtained from the
cactus.contextURL property.
|
|
Description
|
When the FormAuthentication's authenticate method adds the session id cookie
to the session, it uses the BaseWebRequest addCookie(theName, theValue)
method, which calls the addCookie(theDomain, theName, theValue) method, but
uses "localhost" as theDomain. This makes all tests required to run with the
cactus.contextURL property as " http://localhost" in order to work. However,
that is not always the case, so the cookie fails to be added to the session.
The call to addCookie that FormAuthentication makes needs to use the addCookie
(theDomain, theName, theValue) method and supply the Domain obtained from the
cactus.contextURL property. |
Show » |
made changes - 20/Mar/04 07:01 PM
| Field |
Original Value |
New Value |
|
issue.field.bugzillaimportkey
|
17933
|
15814
|
made changes - 17/Apr/04 03:48 PM
|
Description
|
When the FormAuthentication's authenticate method adds the session id cookie
to the session, it uses the BaseWebRequest addCookie(theName, theValue)
method, which calls the addCookie(theDomain, theName, theValue) method, but
uses "localhost" as theDomain. This makes all tests required to run with the
cactus.contextURL property as "http://localhost" in order to work. However,
that is not always the case, so the cookie fails to be added to the session.
The call to addCookie that FormAuthentication makes needs to use the addCookie
(theDomain, theName, theValue) method and supply the Domain obtained from the
cactus.contextURL property.
|
When the FormAuthentication's authenticate method adds the session id cookie
to the session, it uses the BaseWebRequest addCookie(theName, theValue)
method, which calls the addCookie(theDomain, theName, theValue) method, but
uses "localhost" as theDomain. This makes all tests required to run with the
cactus.contextURL property as "http://localhost" in order to work. However,
that is not always the case, so the cookie fails to be added to the session.
The call to addCookie that FormAuthentication makes needs to use the addCookie
(theDomain, theName, theValue) method and supply the Domain obtained from the
cactus.contextURL property.
|
|
Environment
|
Operating System: All
Platform: All
|
Operating System: All
Platform: All
|
|
Fix Version/s
|
|
1.6
[ 10691
]
|
|
Priority
|
|
Major
[ 3
]
|
|
Assignee
|
Cactus Developers Mailing List
[ cactus-dev@jakarta.apache.org
]
|
Vincent Massol
[ vmassol
]
|
made changes - 17/Apr/04 03:48 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|