SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Ssrf work #97

Closed BryceStevenWilley closed 2 years ago

BryceStevenWilley commented 2 years ago

A bit of a large refactor that involved 3 important fixes:

Details and links to more resources I used to write these are in each individual commit.

BryceStevenWilley commented 2 years ago

The final change that I made was trying to properly try-with-resources all of the SQL statements / prepared statements. Just some more boilerplate.