===== Version 3.2.179 (19.11.18) ===== ==== Map Debugger ==== Executing rules with variables in a mapping debugger the variables filled by the previous mapping run are used. ==== Prozess Instancs ==== Process Instances are extended by: * the Thread ID, useful to find the thread in the log file and * in case of a delegation to a sub node the node path of the delegation. ==== Custom EDIFACT Types ==== The problem, that in a message with multiple documents of a custom EDIFACT Type the first document type was not found, is solved. ==== HTTP-Header coding ==== Special characters are now correctly handled in the HTTP header. So that for example the file name or the subject with sprecial characters are corretly transmitted. This is possible in a eBiss to eBiss case and also from extern. In case of an external send the header must be 'UrlEncoded' and **before** the first encoded header the following header must be inserted: * X-Pranke-UrlDecode: TRUE ==== Type Editor ==== For complex elements in the type editor the base class can be set. With this feature the EDIFACT types are possible. Because in an EDIFACT message the UNB-Segment must inherit from **eBiss.Api.Segments.UNB** to create messages of an EDIFACT Types. By creating an EDIFACT type on base of a by pranke delivered DLL the base classes are set correctly. ==== Reading UTF-8 Xml files ==== There was a bug reading bigger UTF-8 files with special characters at the beginning of a text. ==== New fields in SelectionBase ==== In [[en:kommunikation:nachrichten:selectionbase_pfade|]] the message got following new fields: * PartnerChannelName and * TargetChannelName.