Giter VIP home page Giter VIP logo

Comments (4)

dkmstr avatar dkmstr commented on May 18, 2024

Thanks for your detailed report.

Point 1 is not only the workaround, it's also the solution :). The problem is that on the upgrade process to 3.0 security model (separated data from script, and signed scripts), probably there was some confussion in there, and it was using the incorrect template script.

Point 2 is also the solution. On 2.x there was an string insertion, so the \\n passed to \n (i mean, that the \n on destination was a "code string" "\\n", that once interpreted will become "\n"), but now on 3.0 onwards, this is provided as data, so it needs to be \n. (no conversion is needed here, because the value will not be interpreted by an script, just used)

Thanks for both solutions, if you can check it now, i'll appreciate it ;-)

from openuds.

a-sh1 avatar a-sh1 commented on May 18, 2024

Hi,
I've already tested this fixes, spice direct transport works fine. I was hoping you can add them to the code :)

from openuds.

dkmstr avatar dkmstr commented on May 18, 2024

sorry, i didn't explain correctly.
The fixes you proposed are already added to the base code (done it when you reported it ;-) ), and i was wondering if you can test the fixes in the code, (that must match yours). :)

from openuds.

a-sh1 avatar a-sh1 commented on May 18, 2024

Did the test with fixes in the code - the problem is solved. Thanks! :)

from openuds.

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.