smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Sébastien Audier 2009-08-19 21:58:57 +00:00
parent 62a097dff2
commit acfd6e909d
1 changed files with 1 additions and 10 deletions

View File

@ -74,11 +74,7 @@ IliadObject subclass: UrlBuilder [
self shouldUseSessionField ifTrue: [
anUrl
addParameter: self sessionKey
value: self session id asString].
self shouldUseHashField ifTrue: [
anUrl
addParameter: self hashKey
value: self request hashLocationField]
value: self session id asString]
]
baseUrl [
@ -131,11 +127,6 @@ IliadObject subclass: UrlBuilder [
^'_token'
]
shouldUseHashField [
<category: 'testing'>
^self request hashLocationField notNil
]
shouldUseSessionField [
<category: 'testing'>
^(self request cookies