Issues.00386 - lordmundi/wikidoctest GitHub Wiki

00386: WCS sometimes not returning entire text file

« 00385 | Issues | 00387 »

Summary: WCS sometimes not returning entire text file

Created: 2011–08–24 10:40

Status: Released

Category: Bug

From: admin

Version: 2.2

Released_In: 2.3

Description:

Looks like the WCS was defaulting the encoding somehow on the returned text files to dos encoding, meaning the file size coming across was the same but newlines take 2 bytes instead of 1, so the end of the file would get chopped if the source was not dos formatted.

As a workaround until the fix is release, you can add lots of blank lines to the end of the text file, or change to dos formatting on the server text files.


Comments


« 00385 | Issues | 00387 »

Associated Commits

| commit | bccec761949fe95f8bd6ce9582abead543c9db75 link5 | || | Author: | Frank Graffagnino | | Date: | Wed Aug 24 10:42:50 2011 -0500 | | Message: | [@Issue 00386: Fixed issue with encoding on text files. Now, any files returned use binary encoding and translation. I believe this means all files will be returned exactly as they exist on the server. I'm not sure why you wouldn't always want that anyways. @] |

Affected Files:

tcltk_unix/tcl8.5/dandelion1.0/dandelion.tcl  | 8 +++++±-
 tcltk_win32/tcl8.5/dandelion1.0/dandelion.tcl | 8 +++++±-
 2 files changed, 12 insertions(+), 4 deletions(-)