1

我在开发模式下使用 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

不知道问题是什么..帮我解决这个..

4

1 回答 1

1

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

java跟踪的bug的链接

于 2013-05-08T05:41:46.343 回答