phax / phase4

phase4 - AS4 client and server for integration into existing systems. Specific support for Peppol and CEF eDelivery built-in.
Apache License 2.0
154 stars 47 forks source link

Phase4PeppolServletConfiguration uses a static configuration only #250

Closed phax closed 2 months ago

phax commented 3 months ago

If a receiver supports multiple receivers, this configuraton is required on a per servlet and per certificate consumer basis

phax commented 2 months ago

As of v2.8.1 all properties of Phase4PeppolServletConfiguration are also contained in Phase4PeppolReceiverCheckData. See https://github.com/phax/phase4/blob/master/phase4-spring-boot-demo/src/main/java/com/helger/phase4/springboot/servlet/ServletConfig.java#L112 (for v2.8.0 code) for an example how to use it