Search:

Type: Posts; User: Boris

Page 1 of 52 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: Security Issue

    by Boris
    Replies
    9
    Views
    408

    Re: Security Issue

    Thank you Harm, will take a look at it.
  2. Thread: Security Issue

    by Boris
    Replies
    9
    Views
    408

    Re: Security Issue

    Sure, I'll need to subclass, but what exactly should I consider "malicious code".
  3. Thread: Security Issue

    by Boris
    Replies
    9
    Views
    408

    Re: Security Issue

    This is Synack's suggestion:



    This looks like a huge task... How should I go about this? I guess DF doesn't check for malicious code in the input fields.
  4. Thread: Security Issue

    by Boris
    Replies
    9
    Views
    408

    Security Issue

    Recently, one of my customers hired a company called Synack for finding vulnerabilities in the webapp.


    They found mostly SQL injection issues that I'm addressing fairly fast just by Preparing &...
  5. Replies
    2
    Views
    211

    Re: update webapp.exe

    DF 23 solved a lot of this. Previous, if you set the minimum pool high, processes were not available until the last one loads.. Now as soon as they load, they become available. It took me up to 20...
  6. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    In my test view... I'm using just 1 DD with pbUseDDRelates to true

    Everything (50+ processes in multiple servers) is setup to fill an array with errors in a property so the calling procedure GETs...
  7. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    Impressive...
  8. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    From that same article:



    It should continue and not crash. How do I change the error handler? I can't find an example on how to do that.

    edit: And I think you're missing the point: why it...
  9. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    Yes, I guess I will need to rewrite from request_validate_all to request_validate
  10. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    This approach is not the way. I already added debug information to know specifically which processes fail.

    The real question is why does Request_Validate_All crashes the application (when inside...
  11. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    This approach jumps out to the next line after the end_transaction without going to abort_transaction.
  12. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    Nope.

    I think it's easy to reproduce.

    1.) Create a businessprocess, with default display_error_state to false
    2.) Create one dd inside
    3.) In the onprocess procedure, create a...
  13. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    It's not a "hard error". In the example I sent, is just a field that is required and the standard error pops.
  14. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    When I comment begin/end_transaction, I don't see the error thrown (when display_error_state is false) but at least, it doesn't hang (possibly waiting for an Enter on the error), and goes to the next...
  15. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    The lock is caused by the validation failing on a DD inside a Begin/End_transaction.

    I have already determined with logs which processes didn't finish and now I check before running the process. ...
  16. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    Just tested a little more and the problem is only present with Begin_Transaction/End_Transaction.

    If I don't use it, when the validation fails, it doesn't hang and correctly goes to the Else...
  17. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    ClientLog is not very useful (if at all). Try to ask a user to click F12, check the console and send back the content.... That'll be a challenge on itself... and that's if you already know which...
  18. Replies
    31
    Views
    1,400

    Re: BusinessProcess & WebApp's

    It's even a BusinessProcess the right class to use in WebApp's for batch processing? Or is there a different one I'm not aware of? What's the point of validating a save if I can't receive the error...
  19. Replies
    31
    Views
    1,400

    BusinessProcess & WebApp's

    DF 23.00

    Lately I have a big problem, I have business processess in WebApp's with Begin_Transaction/End_Transaction.

    If I'm creating new records inside using DD's, if a Request_Validate_All...
  20. Is there a way to know if a particular record is locked?

    DF 23&MSSQL Server

    I'm dealing with some deadlocks right now.

    Is there any way to know if a particular record is locked by another user?

    Thanks in advanced.
  21. Replies
    9
    Views
    969

    Re: Server Side JSon service

    Yeap, I figured it out yesterday, but, once I compile again... the web.config file gets rewritten with only the first cwebhttphandler, so, that's a no go for me.

    I have no problem doing it in...
  22. Replies
    9
    Views
    969

    Re: Server Side JSon service

    Thank You Mike!

    My small brain was under the impression I could just add several cWebHttpHandler's in a single .pkg file.

    Just did different .wo's and is working now.... Thanks again.... You're...
  23. Replies
    9
    Views
    969

    Re: Server Side JSon service

    Hello, first of all, Thank You Mike... with your guide I was able to create my first server side json service and is working great.

    Now... I need to create 2 more.

    I already have the first...
  24. Thread: 2 Webapps?

    by Boris
    Replies
    7
    Views
    1,170

    Re: 2 Webapps?

    This is what I do with a smaller webapp with only the options that I'm currently working on. The main webapp is used as a library with same data.
  25. Replies
    9
    Views
    969

    Re: Server Side JSon service

    Thank you Mike... Will start studying this articles... thank you again (and again and again) for pointing me in the right direction.
Results 1 to 25 of 1296
Page 1 of 52 1 2 3 4