[ 
https://issues.apache.org/jira/browse/TS-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252103#comment-13252103
 ] 

Leif Hedstrom commented on TS-1200:
-----------------------------------

Fwiw, the content as served by the git HTTP server / URL is chunked encoded. So 
it sounds like your script does not deal with that (which is bad mojo honestly, 
you could break for any number of reasons, since chunking is part of the 
HTTP/1.1 standard). bb2 is hex for the content length, and 0 is the end of the 
last chunk. I'm not sure why it would be duplicated though, I can not see that.

To simulate what your client does, try e.g.

curl -s --raw 
'http://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob_plain;f=doc/doap.rdf;hb=HEAD'


I hope that helps.
                
> DOAP file reference incorrect
> -----------------------------
>
>                 Key: TS-1200
>                 URL: https://issues.apache.org/jira/browse/TS-1200
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Sebb
>            Assignee: Igor Galić
>            Priority: Critical
>
> The DOAP file for the project needs to be available for the projects.a.o 
> website to function correctly.
> Currently the build is looking for
> http://svn.apache.org/repos/asf/trafficserver/traffic/trunk/doc/doap.rdf
> However this does not exist, so the build is reporting an error.
> Please update the file
> https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml
> with the new location ASAP.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to