[Proto-Scripty] Re: Processing Plain-Text Responses

2009-04-14 Thread MikeyLikesIt
Ah, gents, you're too fast for me. Adding a MIME mapping to the web.xml file for *.properties files fixed the problem for me. Yeah, TJ, you're right; we're probably off topic, but I think it's courteous to include the answer, in case someone else has the same problem I did. Here's what I added

[Proto-Scripty] Re: Processing Plain-Text Responses

2009-04-14 Thread MikeyLikesIt
2]http://tools.ietf.org/html/rfc2616#section-14.17 > [3]http://getfirebug.com > > HTH, > -- > T.J. Crowder > tj / crowder software / com > Independent Software Engineer, consulting services available > > On Apr 13, 8:06 pm, MikeyLikesIt wrote: > > > T.J., > > &g

[Proto-Scripty] Re: Processing Plain-Text Responses

2009-04-13 Thread MikeyLikesIt
. > How you do that depends on what kind of server software you're using. > > HTH, > -- > T.J. Crowder > tj / crowder software / com > Independent Software Engineer, consulting services available > > On Apr 13, 4:33 pm, MikeyLikesIt wrote: > > > Howdy! >

[Proto-Scripty] Processing Plain-Text Responses

2009-04-13 Thread MikeyLikesIt
Howdy! I'm attempting to use the Ajax.Request object to grab a text file for parsing. In this context, the file is a *.properties file that contains application constants that are parsed into properties and associated values. It works great, except for one, small problem with Mozilla. Whenever