This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request URL:http://localhost/search/maps/getinrange | |
Request Method:POST | |
Status Code:400 Bad Request | |
Request Headersview source | |
Accept:application/json, text/javascript, */*; q=0.01 | |
Accept-Encoding:gzip,deflate,sdch | |
Accept-Language:en-US,en;q=0.8 | |
Cache-Control:no-cache | |
Connection:keep-alive | |
Content-Length:144 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error message on run | |
"C:\Program Files\Java\jdk1.7.0_21\bin\java" -Didea.launcher.port=7539 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 12.1.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.7.0_21\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\jfxrt.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\ext |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div name="commentUserID${job.userDetailID}"> | |
Add Comment | |
</div> | |
<div name="commentedUserID${job.userDetailID}" style="display: none;"> | |
Add Another Comment | |
</div> | |
function processData(jsondata){ | |
comments = jsondata; | |
for(var loop in comments){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
color: rgb(75, 75, 75); <- huh!!! | |
.text - #4b4b4b <-- lined out | |
.text - #4b4b4b <-- lined out | |
h1, h3, h4 - #51514d <- lined out | |
h1, h3, h4 - #51514d <- lined out | |
.text2 - #ffffff !important <- ticked |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
namespace ConsoleApplication1 | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
List<Guid> guids = new List<Guid>(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public void prepare() throws Exception { | |
UsersBase usercheck = appservice.getUserByUsername((String) request.getSession().getAttribute("j_username")); | |
if (request.getSession().getId().compareTo(usercheck.getSessionId()) != 0) { | |
request.getSession().invalidate(); | |
} | |
moduleList = appservice.getModules(); | |
Iterator<ModulesBase> it = moduleList.iterator(); | |
List<ModulesBase> tempList = new ArrayList<ModulesBase>(); | |
Set<ModulesBase> activeModules = (Set<ModulesBase>)request.getSession().getAttribute("modules"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* To change this template, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
package uk.co.inbrand.security; | |
import java.io.IOException; | |
import java.util.Date; | |
import javax.servlet.FilterChain; | |
import javax.servlet.ServletException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* To change this template, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
package uk.co.inbrand.security; | |
import java.io.IOException; | |
import java.util.Date; | |
import javax.servlet.FilterChain; | |
import javax.servlet.ServletException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* To change this template, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
package uk.co.inbrand.inline; | |
import junit.framework.TestCase; | |
import org.junit.runner.RunWith; | |
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; | |
import java.util.Date; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-02-03 13:46:01,857 [pool-1-thread-1] DEBUG org.apache.fop.fo.properties.PropertyMaker - PropertyMaker.findProperty: background-color, fo:block-container | |
2012-02-03 13:46:01,922 [pool-1-thread-1] DEBUG org.apache.fop.fo.properties.PropertyMaker - PropertyMaker.make: reusing defaultProperty, background-color | |
2012-02-03 13:46:01,922 [pool-1-thread-1] DEBUG org.apache.fop.fo.properties.PropertyMaker - PropertyMaker.make: reusing defaultProperty, background-color | |
2012-02-03 13:46:01,922 [pool-1-thread-1] DEBUG org.apache.fop.fo.properties.PropertyMaker - PropertyMaker.findProperty: background-image, fo:block-container | |
2012-02-03 13:46:01,922 [pool-1-thread-1] DEBUG org.apache.fop.fo.properties.PropertyMaker - PropertyMaker.findProperty: background-image, fo:block-container | |
2012-02-03 13:46:01,922 [pool-1-thread-1] DEBUG org.apache.fop.fo.properties.PropertyMaker - PropertyMaker.make: reusing defaultProperty, background-image | |
2012-02-03 13:46:01,922 [pool-1-thread-1] DEBUG org.apache.fop.fo.properties.Property |