You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a File Directory Request Handler pointing to a directory containing a
css file.
2. In a WAComponent application, in the updateRoot method, reference the css
file, e.g.
anHtmlRoot stylesheet url: 'css/myfile.css'.
3. Open the application, observe that the css file is not returned.
What is the expected output? What do you see instead?
Expect the css file contents, receive instead
Internal Error: ByteArray>>isByteString
What version of the product are you using? On what operating system?
Seaside 3.0, Pharo 1.1,11411, Ubuntu Linux 9.10
Please provide any additional information below.
The error appears to be coming from this method:
GRPharoUtf8CodecStream>>nextPutAll: aString
aString isByteString
ifTrue: [ self encodeFast: aString ]
ifFalse: [ self encodeDefault: aString ]
which would explain why it does not occur in the unencoded WAKom.
Original issue reported on code.google.com by tony.fl...@gmail.com on 28 Oct 2010 at 12:12
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tony.fl...@gmail.com
on 28 Oct 2010 at 12:12The text was updated successfully, but these errors were encountered: