Giter Site home page Giter Site logo

Comments (8)

subtleGradient avatar subtleGradient commented on August 27, 2024

removing this line http://github.com/tenderlove/mechanize/blob/0ddf33bf3903905461b727bba4f1f0db416e4041/lib/mechanize/form.rb#L356 solves the issue for me

from mechanize.

kaiiserni avatar kaiiserni commented on August 27, 2024

WOW, that helped me as well! Thanks subtleGradient!
I had this problem while talking to a .net server.
Can this be removed in the main library as well?

thanks!

from mechanize.

subtleGradient avatar subtleGradient commented on August 27, 2024

upvote this issue then?

from mechanize.

kaiiserni avatar kaiiserni commented on August 27, 2024

sure ;-)

from mechanize.

flavorjones avatar flavorjones commented on August 27, 2024

Hi. I've read through the RFCs related to MIME headers, and I can't find anything that specifies that Content-type must appear after Content-disposition. Do you have a reference document that will help me understand what the underlying issue is?

If you could submit a test case for this, so that I could reproduce your issue, I might be able to decide whether this is truly a Mechanize issue.

from mechanize.

subtleGradient avatar subtleGradient commented on August 27, 2024

It's not a Mechanize issue, it's an issue in whatever Java code that is, but to work around them it'd be nice to change Mechanize since that's the only possible way to make it work with that server.

See the source code http://www-inf.int-evry.fr/~meunier/ProjetsIG3/TtImagesRep/node78.html

from mechanize.

kaiiserni avatar kaiiserni commented on August 27, 2024

It's indeed not an issue with Mechanize.
I have this problem only when talking to .net servers.
It would be a nice to have if we were able to switch the binary mode line on or off.

thanks for the followup!

from mechanize.

drbrain avatar drbrain commented on August 27, 2024

The Content-Transfer-Encoding may not be omitted at this time per RFC 2045 section 6.2 paragraph 6:

The proper Content-Transfer-Encoding label must always be used.

Choosing 7bit or 8bit would require inspecting the file contents to be sure it met the criteria of RFC 2045 section 2.

The content-transfer-encoding could be omitted if file contents were inspected to ensure the data was 7bit per RFC 2388.

from mechanize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.