Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set-Cookie must contain only one cookie #642

Closed
yegor256 opened this issue Mar 4, 2016 · 6 comments
Closed

Set-Cookie must contain only one cookie #642

yegor256 opened this issue Mar 4, 2016 · 6 comments
Assignees

Comments

@yegor256
Copy link
Owner

yegor256 commented Mar 4, 2016

We tried to fix that in #375, but in a wrong way. I think we should make sure that Set-Cookie always contains just one cookie. See http://stackoverflow.com/questions/11533867/set-cookie-header-with-multiple-cookies

@yegor256 yegor256 closed this as completed Mar 4, 2016
@yegor256 yegor256 self-assigned this Mar 4, 2016
yegor256 pushed a commit that referenced this issue Mar 4, 2016
yegor256 pushed a commit that referenced this issue Mar 4, 2016
@yegor256
Copy link
Owner Author

yegor256 commented Mar 4, 2016

@rultor release, tag is 0.32.3

@rultor
Copy link
Collaborator

rultor commented Mar 4, 2016

@rultor release, tag is 0.32.3

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Mar 4, 2016

@rultor release, tag is 0.32.3

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 10705
+ echo '1.61.8 b552866'
1.61.8 b552866
+ date
Fri Mar  4 23:21:39 UTC 2016
+ uptime
 23:21:39 up 22 days,  3:23,  0 users,  load average: 0.91, 0.98, 0.90
+ head=git@github.com:yegor256/takes.git
+ head_branch=master
+ tag=0.32.3
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:yegor256/takes.git' '--env=head_branch=master' '--env=tag=0.32.3')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo locale-gen en_US en_US.UTF-8' ';' 'sudo dpkg-reconfigure locales' ';' 'export LC_ALL=en_US.UTF-8' ';' 'export LANG=en_US.UTF-8' ';' 'export LANGUAGE=en_US.UTF-8' ';' 'sudo gem install --no-rdoc --no-ri pdd' ';' 'sudo gem install --no-rdoc --no-ri est' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Ptakes -Psonatype --errors --settings ../settings.xml' ';' '`#mvn clean site-deploy -Pcoveralls -Ptakes -Psite --errors --settings ../settings.xml`' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=yegor256_takes_642
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:yegor256/takes.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'sudo locale-gen en_US en_US.UTF-8' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo locale-gen en_US en_US.UTF-8' ';' 'sudo dpkg-reconfigure locales' ';' 'export LC_ALL=en_US.UTF-8' ';' 'export LANG=en_US.UTF-8' ';' 'export LANGUAGE=en_US.UTF-8' ';' 'sudo gem install --no-rdoc --no-ri pdd' ';' 'sudo gem install --no-rdoc --no-ri est' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Ptakes -Psonatype --errors --settings ../settings.xml' ';' '`#mvn clean site-deploy -Pcoveralls -Ptakes -Psite --errors --settings ../settings.xml`' ';'
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpgkeys: key 9AF0FA4C can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
'cid' file is absent, container wasn't started correctly

@yegor256
Copy link
Owner Author

yegor256 commented Mar 4, 2016

@rultor release, tag is 0.32.3

@rultor
Copy link
Collaborator

rultor commented Mar 4, 2016

@rultor release, tag is 0.32.3

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Mar 4, 2016

@rultor release, tag is 0.32.3

@yegor256 Done! FYI, the full log is here (took me 6min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants