http - svnedge 中的非法 cookie 属性

标签 http cookies

我在开发模式下使用 Subversion Edge。我正在尝试针对 CTF 服务器进行复制。转换为副本模式时,出现以下错误。

2013-04-23 12:50:59,100 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - ---Start of headers---
2013-04-23 12:50:59,100 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Date: Tue, 23 Apr 2013 07:21:20 GMT
2013-04-23 12:50:59,100 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Server: Apache-Coyote/1.1
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - CtfUserName: nobody
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Location: http://abc.example.com/sf/sfmain/do/myPage;jsessionid=uOtw2JGeCTy3sn1BSniWsDg4.tf
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Content-Type: text/html;charset=UTF-8
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Content-Length: 0
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Set-Cookie: JSESSIONID=uOtw2JGeCTy3sn1BSniWsDg4.tf; Path=/sf
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Set-Cookie: JSESSIONID=uOtw2JGeCTy3sn1BSniWsDg4.tf; Path=/sf; HttpOnly
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Set-Cookie: sf_auth=uses7bfc94a1b3add70b1002263a&uOtw2JGeCTy3sn1BSniWsDg4.tf; Path=/
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Set-Cookie: SoapOneTimeToken=15A425792DEA0ACBF19DC3F3050FC27B; Path=/
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Cache-Control: max-age=0
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Expires: Tue, 23 Apr 2013 07:21:20 GMT
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Vary: User-Agent
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Keep-Alive: timeout=15, max=10000
2013-04-23 12:50:59,101 [27048996@qtp-15880435-5] DEBUG integration.CtfRemoteClientService  - Connection: Keep-Alive
2013-04-23 12:50:59,121 [27048996@qtp-15880435-5] DEBUG errors.GrailsExceptionResolver  - Resolving exception from handler [org.codehaus.groovy.grails.web.servlet.mvc.SimpleGrailsController@1715d1]: java.lang.IllegalArgumentException: Illegal cookie attribute

不确定是什么问题..帮我解决这个问题..

最佳答案

看起来这个问题在 java1.7 中得到了修复 将 java 从 1.6 更新到 1.7 解决了我的问题。

Link to the bug tracked by java

关于http - svnedge 中的非法 cookie 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16167022/

相关文章:

ruby-on-rails - HTTP 请求参数名称中的连字符

cookies - Cookie中允许使用哪些字符?

c# - 一个 Controller 值到另一个 Controller 不在 asp.net mvc 中?

php - 使用 PHP 和 cURL 复制 HTTP 请求

http - 取消来自 Firefox 扩展的 HTTP GET 请求

image - 如何发送jpeg.Encode图片?

javascript - 如何使用 chai-http 放置 PDF?

apache - 解决 "HTTP 510 Not Extended"错误

multithreading - selenium 线程可以安全地使用 Python 进行抓取吗?

jQuery AJAX 响应设置 Cookie header