Jump to content
Français

Missing spouse on 2021 that was in 2020. Error when adding spouse.


jmb

Recommended Posts

Update: poking around a little bit and i see there is an ajax request on hitting the "add spouse" button and ufiles server returns an error 500. (error.png)

error.png

Also side note there is a vendor.js that fails to run due to mime-type, a handful of 404s, and like 11 console.log('j') on pageload. Seems like your developers need a test server that is not also the production server. (amateur hour.png)

amateur hour.png

Edit:

FYI your mime type issue is you reference "https://secure.ufile.ca/T1-2021/cli/vendor.js" as a script but that file does not exist and instead of issuing a server side 404 you issue a 302 and redirect to a "404" error page (https://secure.ufile.ca/errorPage.aspx?aspxerrorpath=/T1-2021/cli/vendor.js) but serve it with a header of 200. That makes the browser try to run your error page like a script. If you are not careful that is a potential security issue. I suspect you take security of the application repos very seriously but now your application is trying to execute scripts from locations that may not be as well controlled or monitored.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...