o

openlayers-proxy

For Web Feature Service Requests a Proxy needs to be used. The need for a proxy is due to browser cross site scripting restrictions. It is separated from the main package due to its dependency on commons-httpclient and because it is only needed for WFS or WMSGetFeatureInfo requests.
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-openlayers
Michael O'Cleirigh
Files download
File Operation
openlayers-proxy-1.5-RC5.1.jar download
openlayers-proxy-1.5-RC5.1.pom download
openlayers-proxy-1.5-RC5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>openlayers-proxy</artifactId>
  <version>1.5-RC5.1</version>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:openlayers-proxy:1.5-RC5.1'
Gradle Kotlin
implementation("org.wicketstuff:openlayers-proxy:1.5-RC5.1")
Scala SBT
libraryDependencies += "org.wicketstuff" % "openlayers-proxy" % "1.5-RC5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='openlayers-proxy', version='1.5-RC5.1')
)
Apache Ivy
<dependency org="org.wicketstuff" name="openlayers-proxy" rev="1.5-RC5.1" />
Leiningen
[org.wicketstuff/openlayers-proxy "1.5-RC5.1"]
Apache Buildr
'org.wicketstuff:openlayers-proxy:jar:1.5-RC5.1'