- Custom fork of QZ Tray 2.2.x with certificate validation bypassed - Implemented pairing key (HMAC) authentication as replacement - Modified files: PrintSocketClient.java (certificate check disabled) - New files: PairingAuth.java, PairingConfigDialog.java - Excluded build artifacts (out/, lib/javafx*) from repository - Library JARs included for dependency management
15 lines
389 B
XML
15 lines
389 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Configuration>
|
|
<Appenders>
|
|
<Console name="console" target="SYSTEM_OUT">
|
|
<PatternLayout pattern="[%p] %d{ISO8601} @ %c:%L%n\t%m%n"/>
|
|
</Console>
|
|
</Appenders>
|
|
<Loggers>
|
|
<!-- Default -->
|
|
<Root level="trace">
|
|
<AppenderRef ref="console"/>
|
|
</Root>
|
|
</Loggers>
|
|
</Configuration>
|