https://bz.apache.org/bugzilla/show_bug.cgi?id=66304
Han Li <li...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Han Li <li...@apache.org> --- > When looking at the response it indeed has 2 Cors headers: > - Access-Control-Allow-Origin: * <- It's provided by the plantuml-server > - Access-Control-Allow-Origin: http://192.168.1.10 <- As you define it The following may be the cause of your problem. https://github.com/plantuml/plantuml-server/blob/b8cb1e2ff0a3b2c39c7fa34d5493b66e19e6ed01/src/main/java/net/sourceforge/plantuml/servlet/DiagramResponse.java#L205 https://github.com/plantuml/plantuml-server/blob/b8cb1e2ff0a3b2c39c7fa34d5493b66e19e6ed01/src/main/java/net/sourceforge/plantuml/servlet/DiagramResponse.java#L122 So it's not a tomcat bug. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org